i.e.
Code:
<movie>Event Horizon</movie>
..
..
..
<genre>Sci-Fi</genre>
<genre>Thriller</genre>
<genre>Horror</genre>
..
..
</movie>
Nicezia
Fan Joined: Nov 2006 Reputation: 0 Location: Montgomery, Alabama |
2008-11-23 07:12
Post: #1
Is it possible to use Multiple Genre Fields in a nfo file?
i.e. Code: <movie>Event Horizon</movie> |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-11-23 10:21
Post: #2
yes. why didnt you just try?
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. |
| find quote |
eggman
Junior Member Posts: 11 Joined: Nov 2008 Reputation: 0 |
2008-11-23 21:55
Post: #3
Right now I believe multiple Genre fields are handles as this:
Code: <genre>Sci-Fi / Thriller / Horror</genre>And that seems to work with XBMC Media Companion. Although multiple genre fields would be a better solution and more standard XML. egg |
| find quote |
Nicezia
Fan Joined: Nov 2006 Reputation: 0 Location: Montgomery, Alabama |
2008-11-23 23:17
Post: #4
spiff Wrote:yes. why didnt you just try? Cause sometimes i can be real stupid!!! I actualy did try it as soon as i got home, I'm working on a program similar to XBMC Media Companion at the moment which acesses the Video Libraries themselves, updates info from from NFO's & And acts as a middle ground for media managers Like Ant Movie Catalog, eXtreme Movie Manager, and so forth, basically it translates the tags from the XML and ties the data to XBMC tags, uses that information to write the nfo's and from there can either update the database(without launching XBMC - which i find useful forthe fact that i run my XBMC from my server on all my HTPCs in my home, and they use the same video/music databases, in essence updating all 3 libraries at once). I just needed to know hat fact so that i could know if itwas feasible to write out to nfo in that way. Was writing some code to output the XML at work when i asked, didn't have XBMC available. just a case of impatience i guess |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-11-24 00:33
Post: #5
hehe okay you are forgiven
![]() eggman, then xbmc companion does it wrong. while that works i believe it wont get the movie properly registered in each genre. i might be wrong long time since i wrote that code 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. |
| find quote |
eggman
Junior Member Posts: 11 Joined: Nov 2008 Reputation: 0 |
2008-11-24 01:51
Post: #6
Cheers spiff. I will contact the XBMC MC author.
egg |
| find quote |
billyad2000
Media Companion Founder Joined: Oct 2007 Reputation: 17 |
2008-11-24 10:56
Post: #7
I will update MC,
When I frst wrote the program I based my nfo files on the exported XML, which output the genre as "<genre>Sci-Fi / Thriller / Horror</genre>" At least it did when I last used it.
(This post was last modified: 2011-02-25 13:44 by billyad2000.)
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-11-24 12:19
Post: #8
billy,
possibly it did. however, that is only the internal representation, users might want to change the separator etc (configurable through advancedsettings), so i believe we changed it 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. |
| find quote |
rkrause
Junior Member Posts: 3 Joined: Nov 2011 Reputation: 0 |
2012-05-31 13:40
Post: #9
wich settings i had to change to get this:
<genre>Sci-Fi</genre> <genre>Thriller</genre> <genre>Horror</genre> and not this <genre>Sci-Fi / Thriller / Horror</genre> in ember nfo files? i didnt finf this
(This post was last modified: 2012-05-31 13:40 by rkrause.)
|
| find quote |
NEOhidra
Member Joined: Dec 2011 Reputation: 0 Location: BG |
2012-06-21 16:41
Post: #10
Is this still the case - .nfo files have to devide genres into elements like
Code: <genre>genre1</genre>instead of storing them in one tag Code: <genre>genre1 / genre2 / genre3</genre>Emer still uses one tag and XBMC does not have a problem with it or it does? |
| find quote |