UofM_Matt New User

Posts: 3 Join date: 2008-10-04
 | Subject: v2.085: Multi-part movies .tbn file misnamed? Sun Dec 28, 2008 10:34 pm | |
| I went through and re-scraped all my movies, and on my multipart movies, this is happening:
movie.cd1.avi movie.cd2.avi
these are scraped and work fine.
However, then, movie.tbn is created, and thus isn't displayed in xbmc because movie.tbn doesn't equal movie.cd1.tbn. When I rename movie.tbn to movie.cd1.tbn it works fine in xbmc. Is this just me or a bug?
- Matt |
|
billyad2000 Admin

Posts: 1326 Join date: 2008-09-20
 | Subject: Re: v2.085: Multi-part movies .tbn file misnamed? Mon Dec 29, 2008 1:23 am | |
| Not a bug as such, in the newest builds, XBMC has changed its recognition of thumbnails of multipart files to use the stack name just like fanart.
I'm not sure if it's in the latest T3CH but there should be a new build out soon.
If not you could always do yourself a build from the SVN |
|
latropa64 New User

Posts: 7 Join date: 2008-12-29
 | Subject: Re: v2.085: Multi-part movies .tbn file misnamed? Tue Dec 30, 2008 7:35 am | |
| Shouldn't nfo's also follow the stacked name now?
I know when you export the database as separate files within xbmc, you will end up with this:
Movie Name-cd1.avi Movie Name-cd2.avi Movie Name.nfo Movie Name.tbn
Media Companion won't recognize the "Movie Name.nfo" as belonging to the stacked movie and so when you scan it will create a 2nd new file "Movie Name-cd1.nfo". |
|
billyad2000 Admin

Posts: 1326 Join date: 2008-09-20
 | Subject: Re: v2.085: Multi-part movies .tbn file misnamed? Tue Dec 30, 2008 11:41 am | |
| | latropa64 wrote: | Shouldn't nfo's also follow the stacked name now?
I know when you export the database as separate files within xbmc, you will end up with this:
Movie Name-cd1.avi Movie Name-cd2.avi Movie Name.nfo Movie Name.tbn
Media Companion won't recognize the "Movie Name.nfo" as belonging to the stacked movie and so when you scan it will create a 2nd new file "Movie Name-cd1.nfo". |
While Media Companion will go that way in time, the reason it hasn't yet is that I haven't implemented a system that identifies the media file associated with the nfo. At the moment, on startup Media Companion searches folders for .nfo files, if it finds an nfo file containing valid xml then it adds it. At a later time, if someone wants to play the media, or look at the media information or file details then it does a quick search replacing the .nfo with .avi, .mpg, .wmv, etc By using the stack name for the .nfo this will break the media link with with the file eg "moviename cd1.nfo" looks for "moviename cd1.mediaextension"
but if this was stacked it would be "moviename.nfo" looks for "moviename.mediaextension" instead of "moviename cd1.mediaextension"
This is high on my list of things to do, but until I change the method by which Media Companion links these files I will not add it. |
|
UofM_Matt New User

Posts: 3 Join date: 2008-10-04
 | Subject: Re: v2.085: Multi-part movies .tbn file misnamed? Fri Jan 02, 2009 11:31 am | |
| Thanks for the info, I was using the 8.10 point release and it wasn't working, though I compiled the SVN version as it's working great now.
Thanks! |
|