Movie sets and library export
#1
Question 
Hi,

I've just started using movie sets, which I'm finding great for tidying up my library.

I've added the tags to the .nfos e.g.

<sorttitle>IndianaJones 1</sorttitle>
<set>Indiana Jones</set>

However what's going to happen if I do a library export to separate files as I normally do to generate .nfos from new scraped movies?

Is it going to remove all those movie set tags that I've added?

Ok I should have only changed 1 .nfo and tested it but didn't think at the time.

Thanks!

Justin
Reply
#2
XBMC only overwrites .nfo files if you tell it to.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
There's 'overwrite old files' yes, but I assume that controls overwrite of both images and .nfos. So no way to overwrite images without overwriting the .nfos say if you've picked a new thumb or fanart say?

Cheers!
Reply
#4
Not currently, no.
See:
http://www.xbmc.org/trac/ticket/6786
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
Fantastic, thanks Sho. Look forward to that then. As I'm on a Mac I either have to let XBMC create my nfos or do them by hand, so more options would be great.

Cheers!

Justin
Reply
#6
find . -name '*.nfo' -exec perl -pi -e 's/\<set\>\<\/set\>/\<set\>James\ Bond\<\/set\>/g' '{}' \;

This is great if you have many nfos of the same set. make sure you are in the root of the "set directory". in this case in my James Bond directory.

dunno if it works on mac Smile
Reply
#7
Surely an export, overwriting old NFO files should still recreate the set and sorttitle tags as these must have been imported into the database, or has this not been implemented yet?
Reply
#8
FidoFuz Wrote:Surely an export, overwriting old NFO files should still recreate the set and sorttitle tags as these must have been imported into the database, or has this not been implemented yet?

I hope I understand you correct, after a export and overwrite the new created nfo files are different to the old nfo file?

In the new created nfo file the tags for <set></set> and <sorttitle></sorttitle> are missing?

If both answers "yes", I think is an error. Please create a Trac Ticket and provide both nfo and the debug.log in the Trac Ticket
Reply
#9
The export will overwrite old NFO files if you tell it to, but, having checked, it correctly writes the set and ordertitle tag to the new NFO so you won't lose this information, assuming the set and ordertitle tags were present when the movie was added to the library.
Reply
#10
I know this is a very old thread, but I stumbled across it, so I know others will too. Please correct me if I'm wrong, but my interpretation of the 'overwrite old files' option is this:

It's not just going to go arbitrarily overwrite every single fan-art with some default - or every .nfo with the default scraper .nfo. Only the ones pending changes.

For instance: if you've saved AND reloaded a .nfo file then it is part of your library now. If you re-export, it will not be overwritten.
Reply
#11
spacebrew Wrote:I know this is a very old thread, but I stumbled across it, so I know others will too. Please correct me if I'm wrong, but my interpretation of the 'overwrite old files' option is this:

It's not just going to go arbitrarily overwrite every single fan-art with some default - or every .nfo with the default scraper .nfo. Only the ones pending changes.

For instance: if you've saved AND reloaded a .nfo file then it is part of your library now. If you re-export, it will not be overwritten.

I'm afraid it will

If you already have local nfo's fanart and thumbs in with your media and you choose overwrite it will overwrite every single one that means if your cached artwork is different from your local artwork then your local artwork will be overwritten with different artwork

If you choose not to overwrite then only media without local artwork nfo will receive exported items
Current HTPC Lian-Li PC-C37 • Gigabyte GA-E7AUM-DS2H • Intel C2D E8400 E0 Stepping • OCZ Vertex SSD • 4GB Corsair TwinX XMS2 DDR2 • Corsair HX650W Modular PSU (Free Upgrade) • LG CH08LS10 Blu-Ray Drive • Scythe Big Shuriken • Acousti DustPROOF 70mm Fan
Reply
#12
>>X<<' Wrote:I'm afraid it will

If you already have local nfo's fanart and thumbs in with your media and you choose overwrite it will overwrite every single one that means if your cached artwork is different from your local artwork then your local artwork will be overwritten with different artwork

If you choose not to overwrite then only media without local artwork nfo will receive exported items

Okay, yeah, that's what I thought. I said basically the same thing, just not as eloquently. I couldn't think of how to say it. So yeah,just the ones pending changes. I guess the keyword being 'cached'. Thanks for clarifying / confirming though. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Movie sets and library export0