Posts: 649
Joined: Nov 2014
Reputation:
44
Gilean, Did you look look at Music Media Helper app in his forum? It will auto (recursively) create all your music video NFOs and a playlist for each sub-folder that work in Kodi. Got be easier than manual editing?
Posts: 1,746
Joined: Nov 2014
Reputation:
160
docwra
Posting Freak
Posts: 1,746
2017-11-17, 11:25
(This post was last modified: 2017-11-17, 11:28 by docwra.)
Cool didn't know about those tools!
Posts: 12
Joined: Nov 2017
Reputation:
0
Gilean
Junior Member
Posts: 12
I did check that Music Helper app, but it doesn't seem to offer me anything (based on those screenshots) that I already couldn't do with Media Companion. That's the software I used some days ago and it created all .nfo files for me, and put album covers etc in my music video folder. I find it's also quite easy to edit basic info (like album, year etc) with that UI and then save/update the .nfo file with it.
BUT just this morning before I left to work, I edited some .nfo -files manually (for those live videos, added album name, year etc), and then I checked Kodi about those changes I made. I still couldn't see those music videos under Music Videos node. I also edited one .nfo file that I actually saw under Music Videos, mut Kodi did not showed me those changes I made.
And then I realized, that my problem seems to be that Kodi does not read my .nfo files at all! As that Media Companion created those files for me, and at some point it updated at least some of my videos but not anymore. And if Kodi would read my .nfo files, I would see my live videos there as well, as Media Companion created .nfo files for those too! Then I browsed through Videos --> Media sources and there I could see all my videos in their folders. I choose one of those videos that I had updated .nfo files for, and choose "update media info" (or something like that, I cannot check now), and then Kodi noted that there is updated info for this media, do I want to use it (or something). I chose yes, and then Kodi asked me for filename, and there was my music video's filename already typed in. I chose "OK" but nothing happened, even after I updated my library.
Does anyone has an idea what is happening here? It's as Kodi was using some kind of old cache information and ignores my .nfo files completely! And although I remember at some point seeing some setting that said something about using .nfo files only etc, I couldn't find it although I browsed through Kodi settings...
By the way, this is an example of one .nfo file created by Media Companion that I haven't edited yet:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<musicvideo>
<fileinfo>
<streamdetails>
<video>
<durationinseconds>1</durationinseconds>
</video>
</streamdetails>
</fileinfo>
<tmdbid>
</tmdbid>
<title>Varjoleikit (live)</title>
<year>0</year>
<artist>
</artist>
<director>
</director>
<album>
</album>
<genre>
</genre>
<thumb>
</thumb>
<track>
</track>
<runtime>
</runtime>
<plot>This Music Video could not be identified.</plot>
<studio>
</studio>
<createdate>20171114225044</createdate>
</musicvideo>
And below is one .nfo file that I have edited:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<musicvideo>
<fileinfo>
<streamdetails>
<video>
<durationinseconds>1</durationinseconds>
</video>
</streamdetails>
</fileinfo>
<tmdbid>
</tmdbid>
<title>Yövieraat (live)</title>
<year>1996</year>
<artist>YUP</artist>
<director>
</director>
<album>Yövieraat</album>
<genre>Rock</genre>
<thumb>
</thumb>
<track>
</track>
<runtime>
</runtime>
<plot>LIVE. Tavastia, Tampere 1996</plot>
<studio>
</studio>
<createdate>20171114225035</createdate>
</musicvideo>
In case that helps. But since I have .nfo files that are named exactly as .mkv file, in theory I should see that video under Kodi's Music Videos node, right?
Posts: 1,070
Joined: Mar 2013
Reputation:
50
Don't forget, after you make a change to an NFO file, you need to Clean your Koid Library, and then Update your Kodi Library (just like you do with changes to NFO files for Movies or TV Shows).