Opened 13 years ago
Closed 13 years ago
#10518 closed defect (invalid)
After changing episode thumb old one gets exported on library export
Reported by: | Maetrik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I've changed an episode thumb via XBMC 'episode information' - 'get thumb'. The new thumb i've changed is displayed in XBMC when getting to that episode:
DEBUG: CFileSMB::Open - opened xbmc/Thumbnails/Video/6/60f08045.tbn, fd=10003 DEBUG: CFileSMB::Close closing fd 10003
But when i export the database (i always export separately to my shares) XBMC is exporting the old, original thumb for that episode:
DEBUG: CFileSMB::Open - opened xbmc/Thumbnails/Video/9/9297ae29.tbn, fd=10004 WARNING: FileNFS::OpenForWrite() called with overwriting enabled! - Prison.Break/S04/prison-break-dvd-xvid-423.tbn DEBUG: CFileNFS::Close closing file volume1/serien/Prison.Break/S04/prison-break-dvd-xvid-423.tbn DEBUG: CFileSMB::Close closing fd 10004
The only way to avoid that (and to export the correct episode thumb) was to rename 60f08045.tbn to 9297ae29.tbn and to overwrite it manually in the thumbnails directory. Is this a bug or a feature? I could reproduce this with other episode thumbs aswell on OS X and iOS (ATV2) version.
I'm using Eden Beta1 and pathsubstitution for my thumbs. I did not grab a full log as everything necessary should be mentioned in the code tags and noone is interested in seeing my whole library exported i guess.
WrongTrac.