Still errors when renaming anything that is not a video file & more - UBUNTU>NAS
#1
TMM V 3.x - 3.1.3 SNAPSHOT
I don't know if this is a TMM bug or some crazy thing with non-standard SAMBA on Synology...
Running TMM - same configuration - on Windows native, NAS files -> no errors at all and very fast
Running TMM - same configuration - on Ubuntu, local files -> no errors at all and very fast
Running TMM - same configuration - on Ubuntu, NAS files -> OUCH!

After creating a new collection on NAS, i realized that the problems still exist.
Does TMM use differend ways on linux?
I've tried everything. java_vm, oracle java, OpenJDK, mounting over fstab, automount, direct mount, different smb versions (server/client), MTU sizes, Link speed and still without any success....OK, performance is much better, but errors still exist.
NFS does work, but as it is not possible to sync UIDs (Thank you Synology....grrrr) it is out of scope.

Downloading actor images:
Could it be that TMM uses some kind of symlinking on linux? If I watch the directory in file manager, i sometimes can see a broken link for a second and then its gone. It overwrites any existing file too, so the directory ".actors" is always empty afterwards. Symlink over SAMBA is not possible on this NAS Sad
Code:
15:39:28.780 ERROR org.tinymediamanager.core.Utils - Failed to copy file cache/image/2/2425DE1C5539B19B5AD25652DAB69A19.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Ritchie_Montgomery.jpg
In server logs i see: file created, file written xxxKB, file deleted same_amountKB
Trace.log "Vorgang nicht zulässig" means "Not allowed"
Code:

2020-01-30 16:24:10,843 TRACE [tmmpool-image-download-task-T7] org.tinymediamanager.core.ImageCache:? - found cached url Smile http://image.tmdb.org/t/p/h632/g9FFHKY95...akAJSG.jpg
2020-01-30 16:24:10,843 DEBUG [tmmpool-image-download-task-T7] o.t.c.t.MediaEntityActorImageFetcherTask:136 - using cached version of: http://image.tmdb.org/t/p/h632/g9FFHKY95...akAJSG.jpg
2020-01-30 16:24:10,843 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:828 - try to copy file cache/image/6/63A45C0BC80F7121B7AAC67C2294BEB5.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg
2020-01-30 16:24:10,857 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg: Vorgang nicht zulässig
2020-01-30 16:24:10,857 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:24:11,873 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg: Vorgang nicht zulässig
2020-01-30 16:24:11,874 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:24:12,892 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg: Vorgang nicht zulässig
2020-01-30 16:24:12,892 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:24:13,910 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg: Vorgang nicht zulässig
2020-01-30 16:24:13,910 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:24:14,927 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg: Vorgang nicht zulässig
2020-01-30 16:24:14,927 DEBUG [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:24:15,928 ERROR [tmmpool-image-download-task-T7] org.tinymediamanager.core.Utils:884 - Failed to copy file cache/image/6/63A45C0BC80F7121B7AAC67C2294BEB5.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg
2020-01-30 16:24:15,933 WARN  [tmmpool-image-download-task-T7] org.tinymediamanager.core.ImageCache:327 - could not cache image: unable to cache file: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/.actors/Jesus_Jr..jpg; file does not exist

Renaming of a scraped movie:
Video file gets renamed everytime, any existing nfo, images are lost. Rename 1:1 vs Rename 1:N
Code:
16:01:35.544 ERROR org.tinymediamanager.core.Utils - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
16:01:40.675 ERROR org.tinymediamanager.core.Utils - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
16:01:45.830 ERROR org.tinymediamanager.core.Utils - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
16:01:50.987 ERROR org.tinymediamanager.core.Utils - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo

But TMM shows these non-existent files as if they were copied correctly. <---- Bug!
So after any renaming, any renamed movie has to be scraped again. This will work fine, but not downloading actor images...


Trace.log
If i understand the log right, TMM tries to copy files after deleting them too. (see remarks beginning at 2020-01-30 16:01:51,222)

Code:

2020-01-30 16:01:30,331 DEBUG [main] o.tinymediamanager.ui.actions.TmmAction:34 - action fired: MovieRenameAction
2020-01-30 16:01:30,332 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:362 - Renaming movie: 2 Guns
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:363 - movie year: 2013
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:364 - movie path: /media/ds412/Multimedia/Mediathek_Dummy/Movie
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:365 - movie isDisc?: false
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:366 - movie isMulti?: true
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:370 - path expression: ${if movieSet.titleSortable}${movieSet.titleSortable;first}/${movieSet.titleSortable}/${year}_${title}_${videocodec}-${videoFormat}_${audioCodec}${_,3Dformat,}/${else}${movie.titleSortable;first}/${titleSortable}_(${year})_${videocodec}-${videoFormat}_${audioCodec}${_,3Dformat,}${end}
2020-01-30 16:01:30,332 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:371 - file expression: ${title}_(${year})_${imdb}_${videocodec}-${videoFormat}_${audioCodec}${_,3Dformat,}
2020-01-30 16:01:30,343 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:391 - movie willBeMulti?: false
2020-01-30 16:01:30,343 TRACE [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:? - Upgrading movie into it's own dir Smile - /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC
2020-01-30 16:01:30,361 TRACE [tmmpool-rename-T1] o.t.core.movie.entities.Movie:? - getNfoFilename: '2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4' / FILENAME_NFO -> '2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo'
2020-01-30 16:01:30,362 TRACE [tmmpool-rename-T1] o.t.core.movie.entities.Movie:? - getNfoFilename: FILENAME_NFO -> '2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo'
2020-01-30 16:01:30,362 TRACE [tmmpool-rename-T1] o.t.core.movie.entities.Movie:? - getNfoFilename: '2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4' / MOVIE_NFO -> 'movie.nfo'
2020-01-30 16:01:30,362 TRACE [tmmpool-rename-T1] o.t.core.movie.entities.Movie:? - getNfoFilename: MOVIE_NFO -> 'movie.nfo'
2020-01-30 16:01:30,367 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:518 - Our new basename for renaming: 2 Guns_(2013)_tt1272878_h264-576p_AAC
2020-01-30 16:01:30,367 TRACE [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:? - Rename 1:1 VIDEO - /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4
2020-01-30 16:01:30,371 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:711 - try to move file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4 to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4
2020-01-30 16:01:30,377 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:773 - Successfully moved file from /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4 to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.mp4
2020-01-30 16:01:30,378 TRACE [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:? - Rename 1:N FANART - /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:30,381 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:1337 - copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:30,383 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:828 - try to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:30,420 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg: Vorgang nicht zulässig
2020-01-30 16:01:30,421 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:31,448 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg: Vorgang nicht zulässig
2020-01-30 16:01:31,448 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:32,476 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg: Vorgang nicht zulässig
2020-01-30 16:01:32,476 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:33,517 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg: Vorgang nicht zulässig
2020-01-30 16:01:33,518 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:34,544 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg: Vorgang nicht zulässig
2020-01-30 16:01:34,544 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:35,544 ERROR [tmmpool-rename-T1] org.tinymediamanager.core.Utils:884 - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:35,545 TRACE [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:? - Rename 1:N POSTER - /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:35,552 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:1337 - copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:35,555 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:828 - try to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:35,576 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg: Vorgang nicht zulässig
2020-01-30 16:01:35,576 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:36,600 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg: Vorgang nicht zulässig
2020-01-30 16:01:36,601 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:37,625 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg: Vorgang nicht zulässig
2020-01-30 16:01:37,625 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:38,649 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg: Vorgang nicht zulässig
2020-01-30 16:01:38,649 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:39,674 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg: Vorgang nicht zulässig
2020-01-30 16:01:39,675 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:40,675 ERROR [tmmpool-rename-T1] org.tinymediamanager.core.Utils:884 - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:40,675 TRACE [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:? - Rename 1:N THUMB - /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:40,679 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:1337 - copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:40,682 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:828 - try to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:40,711 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg: Vorgang nicht zulässig
2020-01-30 16:01:40,711 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:41,741 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg: Vorgang nicht zulässig
2020-01-30 16:01:41,741 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:42,770 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg: Vorgang nicht zulässig
2020-01-30 16:01:42,770 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:43,800 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg: Vorgang nicht zulässig
2020-01-30 16:01:43,800 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:44,829 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg: Vorgang nicht zulässig
2020-01-30 16:01:44,829 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:45,830 ERROR [tmmpool-rename-T1] org.tinymediamanager.core.Utils:884 - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:45,857 TRACE [tmmpool-rename-T1] o.t.core.movie.entities.Movie:? - getNfoFilename: '2 Guns_(2013)_tt1272878_h264-576p_AAC.avi' / FILENAME_NFO -> '2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo'
2020-01-30 16:01:45,857 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:1337 - copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:45,859 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:828 - try to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:45,877 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo: Vorgang nicht zulässig
2020-01-30 16:01:45,877 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:46,899 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo: Vorgang nicht zulässig
2020-01-30 16:01:46,899 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:47,941 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo: Vorgang nicht zulässig
2020-01-30 16:01:47,941 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:48,964 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo: Vorgang nicht zulässig
2020-01-30 16:01:48,965 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:49,987 WARN  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:866 - copy did not work: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo: Vorgang nicht zulässig
2020-01-30 16:01:49,987 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:873 - copy did not work - sleep a while and try again...
2020-01-30 16:01:50,987 ERROR [tmmpool-rename-T1] org.tinymediamanager.core.Utils:884 - Failed to copy file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:50,997 TRACE [updateThread] org.tinymediamanager.core.ImageCache:? - found cached file Smile /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:50,997 TRACE [SwingWorker-pool-4-thread-2] org.tinymediamanager.core.ImageCache:? - found cached file Smile /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:50,998 TRACE [SwingWorker-pool-4-thread-4] org.tinymediamanager.core.ImageCache:? - found cached file Smile /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:50,999 TRACE [SwingWorker-pool-4-thread-7] org.tinymediamanager.core.ImageCache:? - found cached file Smile /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:51,007 WARN  [tmmpool-rename-T1] o.tinymediamanager.core.MediaFileHelper:636 - could not read filedate: {}
java.nio.file.NoSuchFileException: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
    at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
    at java.base/java.nio.file.Files.readAttributes(Files.java:1842)
    at org.tinymediamanager.core.MediaFileHelper.gatherMediaInformation(MediaFileHelper.java:624)
    at org.tinymediamanager.core.entities.MediaFile.gatherMediaInformation(MediaFile.java:1352)
    at org.tinymediamanager.core.entities.MediaEntity.gatherMediaFileInformation(MediaEntity.java:1080)
    at org.tinymediamanager.core.movie.MovieRenamer.renameMovie(MovieRenamer.java:658)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:114)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:104)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,009 WARN  [tmmpool-rename-T1] o.tinymediamanager.core.MediaFileHelper:636 - could not read filedate: {}
java.nio.file.NoSuchFileException: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
    at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
    at java.base/java.nio.file.Files.readAttributes(Files.java:1842)
    at org.tinymediamanager.core.MediaFileHelper.gatherMediaInformation(MediaFileHelper.java:624)
    at org.tinymediamanager.core.entities.MediaFile.gatherMediaInformation(MediaFile.java:1352)
    at org.tinymediamanager.core.entities.MediaEntity.gatherMediaFileInformation(MediaEntity.java:1080)
    at org.tinymediamanager.core.movie.MovieRenamer.renameMovie(MovieRenamer.java:658)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:114)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:104)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,010 WARN  [tmmpool-rename-T1] o.tinymediamanager.core.MediaFileHelper:636 - could not read filedate: {}
java.nio.file.NoSuchFileException: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
    at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
    at java.base/java.nio.file.Files.readAttributes(Files.java:1842)
    at org.tinymediamanager.core.MediaFileHelper.gatherMediaInformation(MediaFileHelper.java:624)
    at org.tinymediamanager.core.entities.MediaFile.gatherMediaInformation(MediaFile.java:1352)
    at org.tinymediamanager.core.entities.MediaEntity.gatherMediaFileInformation(MediaEntity.java:1080)
    at org.tinymediamanager.core.movie.MovieRenamer.renameMovie(MovieRenamer.java:658)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:114)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:104)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,011 WARN  [tmmpool-rename-T1] o.tinymediamanager.core.MediaFileHelper:636 - could not read filedate: {}
java.nio.file.NoSuchFileException: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
    at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
    at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
    at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149)
    at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
    at java.base/java.nio.file.Files.readAttributes(Files.java:1842)
    at org.tinymediamanager.core.MediaFileHelper.gatherMediaInformation(MediaFileHelper.java:624)
    at org.tinymediamanager.core.entities.MediaFile.gatherMediaInformation(MediaFile.java:1352)
    at org.tinymediamanager.core.entities.MediaEntity.gatherMediaFileInformation(MediaEntity.java:1080)
    at org.tinymediamanager.core.movie.MovieRenamer.renameMovie(MovieRenamer.java:658)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:114)
    at org.tinymediamanager.core.movie.tasks.MovieRenameTask$RenameMovieTask.call(MovieRenameTask.java:104)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,011 INFO  [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:670 - Cleanup...
2020-01-30 16:01:51,016 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:51,027 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:711 - try to move file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:51,037 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:773 - Successfully moved file from /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:51,047 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:51,048 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:711 - try to move file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:51,059 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:773 - Successfully moved file from /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg
2020-01-30 16:01:51,065 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:51,066 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:711 - try to move file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:51,071 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:773 - Successfully moved file from /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:51,076 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:51,077 DEBUG [tmmpool-rename-T1] org.tinymediamanager.core.Utils:711 - try to move file /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:51,083 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:773 - Successfully moved file from /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg to /media/ds412/Multimedia/Mediathek_Dummy/Movie/.deletedByTMM/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:51,088 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:51,222 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg <---! DELETED
2020-01-30 16:01:51,369 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg
2020-01-30 16:01:51,424 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg
2020-01-30 16:01:51,443 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:700 - Deleting /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC.nfo
2020-01-30 16:01:51,446 INFO  [tmmpool-rename-T1] org.tinymediamanager.core.Utils:1358 - Deleting complete directory: /media/ds412/Multimedia/Mediathek_Dummy/Movie/#/2 Guns_(2013)_h264-576p_AAC
2020-01-30 16:01:51,451 DEBUG [tmmpool-rename-T1] o.t.core.movie.MovieRenamer:724 - Yay - movie upgrade Smile download missing artworks
2020-01-30 16:01:51,451 INFO  [tmmpool-main-task-T15-G230] o.t.core.movie.tasks.MovieRenameTask:90 - Done renaming movies)
2020-01-30 16:01:51,503 WARN  [tmmpool-imageCache-T3] o.t.core.tasks.ImageCacheTask:89 - failed to cache file: MediaFile[type=THUMB,path=/media/ds412/Multimedia/Mediathek_Dummy/Movie,filename=2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg,filesize=294772,filedate=1580396301420,videoCodec=JPEG,containerFormat=jpeg,exactVideoFormat=,video3DFormat=,videoWidth=1000,videoHeight=562,aspectRatio=0.0,overallBitRate=0,bitDepth=8,frameRate=0.0,durationInSecs=0,stacking=0,stackingMarker=,title=,dateCreated=Thu Jan 30 15:58:21 CET 2020,dateLastModified=Thu Jan 30 15:58:21 CET 2020,audioStreams=<null>,subtitles=<null>,file=/media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg,isISO=false,isAnimatedGraphic=false,HDR=false,hdrFormat=,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@623465da] - {} <---! COPY AFTER DELETING
java.io.FileNotFoundException: unable to cache file: /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-thumb.jpg; file does not exist
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:180)
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:156)
    at org.tinymediamanager.core.tasks.ImageCacheTask$CacheTask.call(ImageCacheTask.java:83)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,503 WARN  [tmmpool-imageCache-T2] o.t.core.tasks.ImageCacheTask:89 - failed to cache file: MediaFile[type=FANART,path=/media/ds412/Multimedia/Mediathek_Dummy/Movie,filename=2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg,filesize=245815,filedate=1580396301110,videoCodec=JPEG,containerFormat=jpeg,exactVideoFormat=,video3DFormat=,videoWidth=1920,videoHeight=1080,aspectRatio=0.0,overallBitRate=0,bitDepth=8,frameRate=0.0,durationInSecs=0,stacking=0,stackingMarker=,title=,dateCreated=Thu Jan 30 15:58:21 CET 2020,dateLastModified=Thu Jan 30 15:58:21 CET 2020,audioStreams=<null>,subtitles=<null>,file=/media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg,isISO=false,isAnimatedGraphic=false,HDR=false,hdrFormat=,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@68cc0eaa] - {}
java.io.FileNotFoundException: unable to cache file: /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-fanart.jpg; file does not exist
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:180)
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:156)
    at org.tinymediamanager.core.tasks.ImageCacheTask$CacheTask.call(ImageCacheTask.java:83)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
2020-01-30 16:01:51,503 WARN  [tmmpool-imageCache-T1] o.t.core.tasks.ImageCacheTask:89 - failed to cache file: MediaFile[type=POSTER,path=/media/ds412/Multimedia/Mediathek_Dummy/Movie,filename=2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg,filesize=74655,filedate=1580396300992,videoCodec=JPEG,containerFormat=jpeg,exactVideoFormat=,video3DFormat=,videoWidth=500,videoHeight=750,aspectRatio=0.0,overallBitRate=0,bitDepth=8,frameRate=0.0,durationInSecs=0,stacking=0,stackingMarker=,title=,dateCreated=Thu Jan 30 15:58:20 CET 2020,dateLastModified=Thu Jan 30 15:58:20 CET 2020,audioStreams=<null>,subtitles=<null>,file=/media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg,isISO=false,isAnimatedGraphic=false,HDR=false,hdrFormat=,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@660bfdc3] - {}
java.io.FileNotFoundException: unable to cache file: /media/ds412/Multimedia/Mediathek_Dummy/Movie/2 Guns_(2013)_tt1272878_h264-576p_AAC-poster.jpg; file does not exist
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:180)
    at org.tinymediamanager.core.ImageCache.cacheImage(ImageCache.java:156)
    at org.tinymediamanager.core.tasks.ImageCacheTask$CacheTask.call(ImageCacheTask.java:83)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:830)
#2
@mdevil

Use a pastebin website next time for all log files.
#3
(2020-01-30, 18:46)Klojum Wrote: @mdevil

Use a pastebin website next time for all log files.

I'm sorry, noted.
#4
tmm just uses standard Java functions for file access - these Java functions completely utilize system functions..
if you have problems on accessing/processing files on just one machine/connection this is 100% an issue of the OS and/or the filesystem/connection.

the hints from the logs just indicate that some file system functions just return "wrong" data.. e.g. if we move a file from a to b we wait just a few ms to let the filesystem settle down, afterwards we do a check if the file is where we expect it.. if your NAS just answers with "no that file does not exist" tmm runs into serious problem, because all previous functions completed without any errors.

My setup at home is Manjaro (Desktop) and OpenMediaVault (NAS) and i have exactly zero problems with that..
please understand that we do not have either the manpower nor the experience to help you with your special problem.. maybe you find some hints when google especially about the terms "synology cifs ubuntu"...
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#5
At least we know that it is not a BUG of TMM and that is good Smile

Awesome! You pushed me in the right direction!
"we wait just a few ms to let the filesystem settle down" was the confirmation I needed. Under Ubuntu (Ubuntu/Windows are on the same PC, by the way) it takes a bit longer to start any network transactions than under Windows, and I already had the feeling that TMM doesn't like that, but feeling is not knowing.

Now I know it and can get to work. THANK YOU VERY MUCH.
#6
(2020-01-30, 21:41)mdevil Wrote: At least we know that it is not a BUG of TMM and that is good Smile

Awesome! You pushed me in the right direction!
"we wait just a few ms to let the filesystem settle down" was the confirmation I needed. Under Ubuntu (Ubuntu/Windows are on the same PC, by the way) it takes a bit longer to start any network transactions than under Windows, and I already had the feeling that TMM doesn't like that, but feeling is not knowing.

Now I know it and can get to work. THANK YOU VERY MUCH.
Did you get this to work?
#7
Yeah, but not the usual way. I've given up trying samba. For some reason I'm unable to get a stable samba connection without untraceable dropouts. Now I've switched to NFS. Performance increase ~500% and I can use my Centralizer script from another thread too.

Logout Mark Read Team Forum Stats Members Help
Still errors when renaming anything that is not a video file & more - UBUNTU>NAS0