Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204) +---- Thread: Release tinyMediaManager - a media manager written in Java (Win/Mac/Linux) (/showthread.php?tid=142723) |
RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - twinpeaks - 2017-03-27 I'm converting from WMC to Kodi - finally. Movies were pretty darned easy I must say. But TV shows are a problem since I have terrabytes of ripped (and physical disks stored) of TV shows in .iso format. I'm trying to research a process to rename these things with the episode names in the disk name - for instance from Breaking Bad- The Complete First Season - [Disc 1].ISO to Breaking Bad_S01E01_S1E02_S1E03_S1E04.ISO Can this tool help? Any suggestions? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - myron - 2017-03-27 Hmm.. TMM will support you only in changing existing episodes; But to create/generate multi episodes out the same filename is not supported in GUI. You have to manually write down the containing episodes. But then, we also support a shorter version of naming like: "s1e1-2-3-4-5.iso" (if all episodes are in order and none is missing) But handling multi episodes in one file is always hard - even for the player. You want to watch EP3, klick play, and the main menu of DVD starts... and you have to choose your episode again. The way i'm doing is: remove the DVD menu, and extract every episode to its own file. Tools like MakeMKV are great - no recoding, just 1:1 copy of video stream. Then name them accordingly, and import... RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-03-28 @VERSEAU44 sorry, I do not fully understand what you are talking about.. does this software write any kind of NFO files or just renames the movie? (or is that only a local database which does not do anything to the file system?) RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Dion250 - 2017-03-29 When changing the Source on a TV Show. Nothing is written to the NFO file. Movies doesn't seem to suffer this. Any fix possible? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - jonnyp - 2017-04-02 So I imported all my media .nfos into TinyMM and scraped all the missing information and artwork I needed but I seem incapable of updating the .nfos in my media folders. The Rewrite NFO option does nothing at all. TinyMM does seem to download and put all the artwork next to my media so it doesn't seem to be a write access issue. FYI, using latest version of TinyMM RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-02 did also check the write permissions to the existing NFO files rather than only the folder permissions? is anything strange in the logs? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - jonnyp - 2017-04-02 (2017-04-02, 08:11)mlaggner Wrote: did also check the write permissions to the existing NFO files rather than only the folder permissions? Hi, yes I checked. I also installed MediaElch to test and MediaElch writes and updates the nfos without any problems. RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-02 any hint from the logs? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - jonnyp - 2017-04-02 (2017-04-02, 14:02)mlaggner Wrote: any hint from the logs? Hi, checked the logs and I found out that I had somehow accidentally unchecked the setting for .nfo naming and that is why it didn't update the nfos. Thanks for the help and sorry for the wasted time! RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-02 glad you solved it yourself RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-03 03.04.2017 - Version 2.9.3 ======================= + EXPERIMENTAL: UPnP support - https://goo.gl/NieeJ8 + updated libmediainfo to 0.7.94 + changed display of runtime in media files tab to a shorter version with seconds + updated Trakt, now being able to scrape in user language (if available) + correct wrong TVDB entries, where year is specified in title + added movie edition to the NFOs + remember some choices you do in the UI (like chosen export folder, export template, ...) + added warning when exporting to a non empty directory + added button for TV show renamer in the top bar + enhanced video format detection #131 + added "update single movie" (in addition of update datasource) + movie list: the indicator for missing artwork now respects your settings (poster/fanart only!) + some scraper can now scrape with the first aired date in addition to season/episode number + added movie sorting by release date + added spoken languages to MediaPortal NFO + write media source to episode NFOs too x enhanced season/episode parser x fixed several crashes when pressing the play button #139 x fixed stacking detection #132 x fixed some Trakt.tv syncing issues #137 x fixed searching for movie set id in movie set editor x fixed scraping localized countries #110 x automatically drop corrupt entries from the database x fixed actor image writing x fixed movie renamer token $1/$2 to use first alpha numeric character x fixed Plex trailers wrongly detected as extras #135 x fix thumb image naming for disc style episodes x fix renaming of disc style episodes x fixed start of playback on several linux systems x fixed movie renamer where trailing dots have been truncated for folders x fixed writing of .actors thumbs x fixed reading of mediainfo.xml x fixed movie sorting x changed appearance of the subtitle download button #140 #119 x fixed searching for TV show actors in the UI filter you may need to restart tinyMediaManager once after the update RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Glyde62 - 2017-04-08 Noticed some of my movies are getting the wrong logo and clear logo Keeps getting them for This Is Us instead of the correct movie Have tried changing them but keep changing back Any ideas? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-08 do you have any logs? RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - Glyde62 - 2017-04-09 (2017-04-08, 07:43)mlaggner Wrote: do you have any logs? This any help? 2017-04-09 14:13:59,673 DEBUG [main] org.tinymediamanager.core.Settings:260 - Loading settings from data/config.xml 2017-04-09 14:13:59,972 INFO [main] org.tinymediamanager.TinyMediaManager:151 - ===================================================== 2017-04-09 14:13:59,973 INFO [main] org.tinymediamanager.TinyMediaManager:152 - === tinyMediaManager © 2012-2016 Manuel Laggner === 2017-04-09 14:13:59,973 INFO [main] org.tinymediamanager.TinyMediaManager:153 - ===================================================== 2017-04-09 14:13:59,974 INFO [main] org.tinymediamanager.TinyMediaManager:154 - tmm.version : 2.9.3.1 2017-04-09 14:13:59,974 INFO [main] org.tinymediamanager.TinyMediaManager:160 - os.name : Windows 10 2017-04-09 14:13:59,974 INFO [main] org.tinymediamanager.TinyMediaManager:161 - os.version : 10.0 2017-04-09 14:13:59,974 INFO [main] org.tinymediamanager.TinyMediaManager:162 - os.arch : x86 2017-04-09 14:13:59,985 INFO [main] org.tinymediamanager.TinyMediaManager:164 - java.version : 1.8.0_121 2017-04-09 14:13:59,985 INFO [main] org.tinymediamanager.TinyMediaManager:548 - default encoding : UTF-8 | UTF8 | UTF-8 2017-04-09 14:13:59,985 INFO [main] org.tinymediamanager.TinyMediaManager:548 - set encoding to : UTF-8 | UTF8 | UTF-8 2017-04-09 14:13:59,986 INFO [main] org.tinymediamanager.TinyMediaManager:193 - System language : en_AU 2017-04-09 14:13:59,986 INFO [main] org.tinymediamanager.TinyMediaManager:194 - GUI language : en_US 2017-04-09 14:13:59,989 INFO [main] org.tinymediamanager.TinyMediaManager:195 - Scraper language : English 2017-04-09 14:13:59,990 INFO [main] org.tinymediamanager.TinyMediaManager:196 - TV Scraper lang : English 2017-04-09 14:14:00,111 INFO [main] org.tinymediamanager.TinyMediaManager:224 - ===================================================== 2017-04-09 14:14:00,133 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (0%) starting tinyMediaManager 2017-04-09 14:14:00,134 INFO [main] org.tinymediamanager.TinyMediaManager:249 - starting tinyMediaManager 2017-04-09 14:14:00,135 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (20%) loading MediaInfo libs 2017-04-09 14:14:00,147 DEBUG [main] o.t.thirdparty.MediaInfoUtils:65 - Loading native mediainfo lib from: native/windows-x86 2017-04-09 14:14:00,261 INFO [main] o.t.thirdparty.MediaInfoUtils:74 - Using MediaInfoLib - v0.7.93 2017-04-09 14:14:00,262 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (30%) loading movie module 2017-04-09 14:14:01,022 INFO [main] o.tinymediamanager.core.movie.MovieList:315 - found 381 movies in database 2017-04-09 14:14:01,033 INFO [main] o.tinymediamanager.core.movie.MovieList:336 - found 100 movieSets in database 2017-04-09 14:14:01,180 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (40%) loading TV show module 2017-04-09 14:14:01,397 INFO [main] o.t.core.tvshow.TvShowList:292 - found 174 TV shows in database 2017-04-09 14:14:01,524 INFO [main] o.t.core.tvshow.TvShowList:324 - found 1372 episodes in database 2017-04-09 14:14:01,586 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (50%) loading plugins 2017-04-09 14:14:01,610 DEBUG [main] o.t.scraper.util.PluginManager:61 - loading external plugins... 2017-04-09 14:14:01,659 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_fanarttv.conf' - using defaults 2017-04-09 14:14:01,665 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_imdb.conf' - using defaults 2017-04-09 14:14:01,668 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:285 - searching for Kodi commons 2017-04-09 14:14:01,731 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.common.fanart.tv - ID already imported, or version lower 2017-04-09 14:14:01,733 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.common.imdb.com - ID already imported, or version lower 2017-04-09 14:14:01,734 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.common.musicbrainz.org - ID already imported, or version lower 2017-04-09 14:14:01,737 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.fanart.tv\fanarttv.xml 2017-04-09 14:14:01,738 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.imdb.com\imdb.xml 2017-04-09 14:14:01,738 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.movieposterdb.com\movieposterdb.xml 2017-04-09 14:14:01,738 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.musicbrainz.org\musicbrainz.xml 2017-04-09 14:14:01,739 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.ofdb.de\ofdbcommon.xml 2017-04-09 14:14:01,739 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.omdbapi.com\omdbapi.xml 2017-04-09 14:14:01,739 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.common.port.hu\porthu.xml 2017-04-09 14:14:01,740 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Program Files (x86)\Kodi\addons\metadata.common.allmusic.com\allmusic.xml 2017-04-09 14:14:01,740 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Program Files (x86)\Kodi\addons\metadata.common.htbackdrops.com\htbackdrops.xml 2017-04-09 14:14:01,740 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Program Files (x86)\Kodi\addons\metadata.common.theaudiodb.com\tadb.xml 2017-04-09 14:14:01,740 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:364 - Found common: C:\Program Files (x86)\Kodi\addons\metadata.common.themoviedb.org\tmdb.xml 2017-04-09 14:14:01,741 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:215 - searching for Kodi scrapers 2017-04-09 14:14:01,750 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.album.universal.conf' - using defaults 2017-04-09 14:14:01,754 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.artists.universal.conf' - using defaults 2017-04-09 14:14:01,758 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.themoviedb.org.conf' - using defaults 2017-04-09 14:14:01,762 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.tvdb.com.conf' - using defaults 2017-04-09 14:14:01,764 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.tvshows.themoviedb.org.conf' - using defaults 2017-04-09 14:14:01,769 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.universal.conf' - using defaults 2017-04-09 14:14:01,771 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.album.universal.conf' - using defaults 2017-04-09 14:14:01,772 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.album.universal - ID already imported, or version lower 2017-04-09 14:14:01,774 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.artists.universal.conf' - using defaults 2017-04-09 14:14:01,775 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.artists.universal - ID already imported, or version lower 2017-04-09 14:14:01,777 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.themoviedb.org.conf' - using defaults 2017-04-09 14:14:01,778 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.themoviedb.org - ID already imported, or version lower 2017-04-09 14:14:01,779 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_metadata.tvdb.com.conf' - using defaults 2017-04-09 14:14:01,780 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:198 - not adding C:\Program Files (x86)\Kodi\addons\metadata.tvdb.com - ID already imported, or version lower 2017-04-09 14:14:01,780 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.album.universal\albumuniversal.xml 2017-04-09 14:14:01,780 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.artists.universal\artistuniversal.xml 2017-04-09 14:14:01,780 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.themoviedb.org\tmdb.xml 2017-04-09 14:14:01,780 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.tvdb.com\tvdb.xml 2017-04-09 14:14:01,781 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.tvshows.themoviedb.org\tmdb.xml 2017-04-09 14:14:01,781 DEBUG [main] o.tinymediamanager.scraper.kodi.KodiUtil:249 - Found scraper: C:\Users\Gary\AppData\Roaming\Kodi\addons\metadata.universal\universal.xml 2017-04-09 14:14:01,850 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_moviemeter.conf' - using defaults 2017-04-09 14:14:01,856 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_opensubtitles.conf' - using defaults 2017-04-09 14:14:01,928 WARN [main] o.t.scraper.config.MediaProviderConfig:83 - Cannot load settings 'data\scraper_tmdb.conf' - using defaults 2017-04-09 14:14:01,943 DEBUG [main] o.t.scraper.util.PluginManager:72 - Done loading external plugins - took 00:00:00.331 2017-04-09 14:14:01,944 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (60%) starting services 2017-04-09 14:14:01,976 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (80%) loading ui 2017-04-09 14:14:02,081 DEBUG [main] o.tinymediamanager.ui.movies.MoviePanel:193 - loading MovieList 2017-04-09 14:14:02,708 DEBUG [main] org.tinymediamanager.TinyMediaManager:434 - Startup (100%) finished starting 2017-04-09 14:14:02,713 DEBUG [trackEventThread] org.tinymediamanager.scraper.http.Url:241 - getting https://ssl.google-analytics.com/collect?v=1&tid=UA-35564534-5&cid=cf3c2e9e-45b0-4fd6-aa00-7d90bed2e94f&an=tinyMediaManager&av=2.9.3.1&t=event&ec=startup&ea=startup&aip=1&je=1&sc=start&ul=en-AU&vp=1936x1056&cd1=Windows+10&cd2=x86&cd3=1.8&cd4=2.9.3.1&cd5=0&z=1491711242711&sr=1920x1080 2017-04-09 14:14:07,708 INFO [updateThread] org.tinymediamanager.core.UpdaterTask:68 - Checking for updates... 2017-04-09 14:14:07,710 DEBUG [updateThread] org.tinymediamanager.scraper.http.Url:241 - getting http://release.tinymediamanager.org/build/digest.txt?z=1491711247710 2017-04-09 14:14:08,870 INFO [updateThread] org.tinymediamanager.core.UpdaterTask:151 - Already up2date 2017-04-09 14:14:08,905 DEBUG [main] org.tinymediamanager.ui.MainWindow:345 - update result was: false 2017-04-09 14:14:22,153 DEBUG [SwingWorker-pool-4-thread-6] o.t.scraper.tmdb.TmdbArtworkProvider:58 - getArtwork() MediaScrapeOptions[result=<null>,ids={tmdb=302699, imdb=tt1489889},type=MOVIE,artworkType=LOGO,language=en,country=Australia,fanartSize=Large: ~1920x1080px,posterSize=Large: ~1000x1500px] 2017-04-09 14:14:23,481 DEBUG [SwingWorker-pool-4-thread-6] o.t.s.fanarttv.FanartTvMetadataProvider:88 - getArtwork() MediaScrapeOptions[result=<null>,ids={tmdb=302699, imdb=tt1489889},type=MOVIE,artworkType=LOGO,language=en,country=Australia,fanartSize=Large: ~1920x1080px,posterSize=Large: ~1000x1500px] 2017-04-09 14:14:23,482 DEBUG [SwingWorker-pool-4-thread-6] o.t.s.fanarttv.FanartTvMetadataProvider:131 - getArtwork with IMDB id: tt1489889 2017-04-09 14:14:24,433 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png 2017-04-09 14:14:25,367 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png 2017-04-09 14:14:26,131 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-58190a821e31b.png 2017-04-09 14:14:26,915 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-58190a821e31b.png 2017-04-09 14:14:27,701 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-57a37ffce77a3.png 2017-04-09 14:14:28,600 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-57a37ffce77a3.png 2017-04-09 14:14:29,352 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-57dd370067586.png 2017-04-09 14:14:30,243 DEBUG [SwingWorker-pool-4-thread-6] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-57dd370067586.png 2017-04-09 14:14:30,651 DEBUG [SwingWorker-pool-4-thread-1] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/fanart/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png 2017-04-09 14:14:31,002 ERROR [SwingWorker-pool-4-thread-6] o.t.ui.dialogs.ImageChooserDialog:860 - DownloadTask displaying java.io.InterruptedIOException: thread interrupted at okio.Timeout.throwIfReached(Timeout.java:146) at okio.Okio$2.read(Okio.java:135) at okio.AsyncTimeout$2.read(AsyncTimeout.java:238) at okio.RealBufferedSource.read(RealBufferedSource.java:45) at okhttp3.internal.http.Http1xStream$FixedLengthSource.read(Http1xStream.java:377) at okio.RealBufferedSource$1.read(RealBufferedSource.java:409) at java.io.InputStream.read(Unknown Source) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2146) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2102) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2123) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2078) at org.apache.commons.io.IOUtils.toByteArray(IOUtils.java:721) at org.tinymediamanager.scraper.http.Url.getBytes(Url.java:331) at org.tinymediamanager.ui.dialogs.ImageChooserDialog$DownloadTask.doInBackground(ImageChooserDialog.java:847) at org.tinymediamanager.ui.dialogs.ImageChooserDialog$DownloadTask.doInBackground(ImageChooserDialog.java:740) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 2017-04-09 14:14:33,509 DEBUG [SwingWorker-pool-4-thread-4] o.t.scraper.tmdb.TmdbArtworkProvider:58 - getArtwork() MediaScrapeOptions[result=<null>,ids={tmdb=302699, imdb=tt1489889},type=MOVIE,artworkType=CLEARLOGO,language=en,country=Australia,fanartSize=Large: ~1920x1080px,posterSize=Large: ~1000x1500px] 2017-04-09 14:14:33,512 DEBUG [SwingWorker-pool-4-thread-4] o.t.s.fanarttv.FanartTvMetadataProvider:88 - getArtwork() MediaScrapeOptions[result=<null>,ids={tmdb=302699, imdb=tt1489889},type=MOVIE,artworkType=CLEARLOGO,language=en,country=Australia,fanartSize=Large: ~1920x1080px,posterSize=Large: ~1000x1500px] 2017-04-09 14:14:33,512 DEBUG [SwingWorker-pool-4-thread-4] o.t.s.fanarttv.FanartTvMetadataProvider:131 - getArtwork with IMDB id: tt1489889 2017-04-09 14:14:34,272 DEBUG [SwingWorker-pool-4-thread-4] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png 2017-04-09 14:14:35,038 DEBUG [SwingWorker-pool-4-thread-4] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/preview/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png 2017-04-09 14:14:37,023 DEBUG [SwingWorker-pool-4-thread-3] org.tinymediamanager.scraper.http.Url:241 - getting http://assets.fanart.tv/fanart/movies/302699/hdmovielogo/central-intelligence-5650563b8acb0.png RE: tinyMediaManager - a media manager written in Java (Win/Mac/Linux) - mlaggner - 2017-04-09 please check if the image in the folder is the right one - that might be a image caching problem inside tmm If the image in the folder is correct - please try to clear/rebuild the image cache inside tmm |