Posts: 287
Joined: Jul 2014
Reputation:
3
I created a partion for MOVIES on one of my HTPC hard drives, and put two folders on that partition - MOVIES and CONCERTS. I'm ripping DVDs and BDs to the MOVIES folder and they show up fine under the MOVIES menu item.
I want a similar set-up for just concert DVDs, but I do not want those concert DVDs to show up under MOVIES, so I successfully edited the 'sources.xml' file to add CONCERTS to the main menu, in between MOVIES and MUSIC.
Within CONCERTS I created a smart playlist to bring up all the ISO files in the CONCERTS folder (created a rule pointing to that path), but when I select that smart playlist nothing is displayed.
Any suggestions on either my approach or why the smart playlist doesn't work?
Thanks!
Win10 64-bit
Kodi 20.1 / Mimic-LR
Posts: 287
Joined: Jul 2014
Reputation:
3
Thanks for the suggestion, but no dice. I entered the following code at C:\Users\<username>\AppData\Roaming\XBMC\userdata\playlists\video, filename 'concerts.xsp':
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Concerts</name>
<match>one</match>
<rule field="path" operator="contains">
<value>D:\Concerts\</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
Clicking 'Concerts' from the menu, then 'playlists' then 'concerts' does nothing.
Win10 64-bit
Kodi 20.1 / Mimic-LR
Posts: 287
Joined: Jul 2014
Reputation:
3
2014-10-22, 14:50
(This post was last modified: 2014-10-22, 14:53 by dshorrosh.)
Well, I followed the link in lrusak's post and created NFO files for each ripped concert ISO in the Concert folder, and the smartlist XML still did nuthin.
Here is an example is one of the NFO files:
<movie>
<title>Boz Scaggs Greatest Hits Live</title>
<originaltitle>Boz Scaggs Greatest Hits Live</originaltitle>
<sorttitle>Boz Scaggs Greatest Hits Live</sorttitle>
<set></set>
<rating></rating>
<year>2004</year>
<top250></top250>
<votes></votes>
<outline>Greatest Hits Live features Scaggs in concert at the Great American Music Hall in San Francisco.</outline>
<plot>From his early days with the Steve Miller Band, to his smash hits as a solo performer, Boz Scaggs has been a respected musician for decades. Greatest Hits Live features Scaggs in concert at the Great American Music Hall in San Francisco, and as Scaggs himself says, "It's not just any band that can pull off this song list." From the jazz-tinged "Harbor Lights," to the desperately blue "Loan Me a Dime," to hit songs including "Lowdown" and "Lido Shuffle," Greatest Hits Live provides a powerful overview of the artist's most recognized work.</plot>
<tagline></tagline>
<runtime>115</runtime> //runtime in minutes
<thumb>C:\Users\Pomeroy\Pictures\Boz Scaggs Greatest Hits Live.jpg</thumb>
<mpaa>Not available</mpaa>
<playcount>0</playcount><!-- setting this to > 0 will mark the movie as watched if the "importwatchedstate" flag is set in advancedsettings.xml -->
<id>tt0432330</id>
<filenameandpath>D:\Concerts\Boz Scaggs Greatest Hits Live.iso</filenameandpath>
<trailer></trailer>
<genre></genre>
<credits></credits>
<fileinfo>
<streamdetails>
<video>
</video>
<audio>
</audio>
<subtitle>
</subtitle>
</streamdetails>
</fileinfo>
</movie>
Either my syntax is wrong somewhere (not unlikely), or I'm misunderstanding 'scan media' in this context.
Win10 64-bit
Kodi 20.1 / Mimic-LR
Posts: 3,926
Joined: Sep 2013
Reputation:
365
Having created the nfo files, did you
a) name them EXACTLY as the file they are associated with ? E.G. "Boz Scaggs Greatest Hits Live.iso" , "Boz Scaggs Greatest Hits Live.nfo"
b) refresh the library content, by changing the "Concerts" content to "none" and then back again to "Movies" and choosing "Yes" to the question "Do you want to refresh ....." ?
Learning Linux the hard way !!
Posts: 287
Joined: Jul 2014
Reputation:
3
Yep, did both and no joy. FWIW I've switched to Aeon Nox thinking it would be more flexible, but alas -- no joy.
I'm chasing this on that sub-forum, thanks for the replies but sticking a fork in this one.
Win10 64-bit
Kodi 20.1 / Mimic-LR