Gotham playlists not working?
#1
So my playlists in Gotham were working at first, but then I went and changed something in a playlist (this must have made it reload) and suddenly the playlist is blank. I tried it again with another playlist (just changing something simple like "limit to 50") and then that playlist went blank. I have a mysql database (not sure if that has anything to do with it) but that works fine for everything else. But when I run Pseudotv, I get an error that there are no scraped media in my library (I figured this was just PTV having problems with Gotham) but maybe the library is messed up? Any of the playlists I have not touched play fine, but as soon as I change ANYTHING in them, they go blank. If I look at the playlist .xsp file before and after, they appear the same. But only once I touch it from withing XBMC, will it no longer load.

Actually, as I look though all of them, some of them (most) seem to have become blank even without me doing anything. This may have been from PTV trying to open them or altering them? But it seems as if when I mess with them in Gotham, they break. I have been using the same ones for well over a year with no problems ever. This is brand new. Could it be because Gotham makes a database 76 instead of 75?

P.S. Pseudo TV worked when I first upgraded to Gotham, but then slowly one channel after another started breaking. There were less channels each time I ran it, so it must have been because as it looked at each playlist, the playlist broke.
Reply
#2
I think I read somewhere here that the playlists have changed between Frodo and Gotham, so if your playlists were made with the previous version, you will need to remake them using the Gotham interface.

Also, I do not believe that PTV has been updated to work with Gotham either.

Mark
Reply
#3
I keep searching the internet to see if they have changed, but all I get is this thread that I created! lol I guess I am out of luck for now. Sad
Reply
#4
OK, just for the heck of it, I went and made a brand new playlist with the exact parameters of one of my old ones (I just changed the name to playlistname2). And it seems to work, it is at least populated by the shows it is supposed to have. However, I went to my playlists folder and opened each playlist (old and new) in a text editor and they are IDENTICAL! Every piece of text is identical (outside of the number 2 in the name). I don't know why one would work and one would not? I mean before I could move a playlist .xsp file from one system to another (or import one somebody else made online) and they would work. So I can not for the life of me figure out why they would be identical in code and be stored in the EXACT same location, but one not work? I sooooo do NOT want to remake all of my playlists. I have like 100 of them! (I used them for pseudotv) and they are quite intricate! I was hoping I could just change whatever part of the code needs to be changed. But it seems nothing needs to change at all?
Reply
#5
tommymsw, cause for this in gotham, changed reference for videodb and musicdb, look here in wiki for understand better, one simple example

frodo = videodb://1/
gotham = videodb://movies/

http://wiki.xbmc.org/?title=Opening_Windows_and_Dialogs

You need select your 100 files in explorer and open all in notepad++ or other text editor xml, and replace each call the videodb or musicdb for new way, use option save all, done.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#6
it should be backwards compatible
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#7
(2013-09-27, 12:08)Wanilton Wrote: tommymsw, cause for this in gotham, changed reference for videodb and musicdb, look here in wiki for understand better, one simple example

frodo = videodb://1/
gotham = videodb://movies/

http://wiki.xbmc.org/?title=Opening_Windows_and_Dialogs

You need select your 100 files in explorer and open all in notepad++ or other text editor xml, and replace each call the videodb or musicdb for new way, use option save all, done.

Thanks, but I have no reference to that in my files. There is no "path" listed in the files that I can see. And the two files (old and new) are identical, like I had mentioned. Here is what the file looks like:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>Big Bang Theory TV</name>
<match>all</match>
<rule field="title" operator="is">
<value>The big bang theory</value>
</rule>
<rule field="playcount" operator="isnot">
<value>0</value>
</rule>
<limit>50</limit>
<order direction="ascending">numwatched</order>
</smartplaylist>
Reply
#8
Yea, there must be something wrong in Gotham for playlists. I have never had a problem before but now they will not work correctly. I tried to make a simple one for testing that just contained The Big Bang Theory and I just chose Title= The Big Bang Theory and then "random" and it plays the first episode of season 1 and then goes in perfect order. I tried switching ascending and descending and there was no change. I tried setting the playlist as TV and as EPISODES, I even placed a "season must be 3" in the list and then it just shows a blank playlist. Or it still plays the first episode of season 1. No matter what I do, I can not get it to change the order.
Reply
#9
Yea, I still can't figure this out. I got PseudoTV to work with Gotham (with help from another thread) by adding my "C:" drive as a video "source" (you have to ass the drive with XBMC installed on it for some reason. When I play one of my playlists set to "random" via PseudoTV, they actually play in random, but when I try to play the playlist alone, they are no longer random, and play in straight order.
Reply
#10
(2013-09-27, 13:00)Martijn Wrote: it should be backwards compatible

It's an old thread, but I'm working all day on getting my playlists to work.
the Frodo ones are about the same as the Gotham auto-created:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Films</name>
    <match>all</match>
    <rule field="path" operator="is">
        <value>smb://FB-SERVER/Films/</value>
    </rule>
</smartplaylist>

The .xsp-file is found but it's like is't not read so no movies are shown.

Something wrong with playlists and SMB locations?

kind regards for any solution
Reply
#11
Is the path really exactly equal to "smb://FB-SERVER/Films/" ?

Or do you perhaps want operator="startswith" (check what the UI creates for that - don't rely on my memory!)
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
#12
"startswith" won't do either.

I've custom made buttons in the main menu:
Code:
                    </item>
                    <item id="20">
                        <label>Animation</label>
                        <onclick>ActivateWindow(10025, special://profile/playlists/video/Animations.xsp, return)</onclick>
                        <icon>special://skin/backgrounds/Animation.jpg</icon>
                                    <visible>!Skin.HasSetting(Menu_Movies)</visible>
                    </item>
(Yes I know the label is called Animation and the file Animations)

They go to an empty folder with only two dots for parent folder. When I click that I go into the userdata/playlist/video - folder. I can see the playlists I made. Clicking/choosing a playlist brings me back to the empty folder so it's a circle.Huh

the Animations.xps -file
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<smartplaylist type="movies">
    <name>Animations</name>
    <match>one</match>
    <rule field="path" operator="is">
    <value>smb://FB-SERVER/Tekenfilms/Engels/</value>
    </rule>
</smartplaylist>

target location via windows explorer: \\FB-SERVER\Tekenfilms\Engels

so it all seems to fit....but it doesn't
Reply
#13
Just grab the information from the Debug Log when selecting that playlist from the video library. That will tell you the query it's performing.

Take a look then at the query and what is actually in the database and you'll see why it isn't matching.
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
#14
I guess that startswith should have been chosen. I don't know why it didn't work in the first place because I tried both. But now all was downloaden.

Thanx
Reply
#15
(2013-09-27, 13:00)Martijn Wrote: it should be backwards compatible
My playlists from Frodo work in Gotham
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply

Logout Mark Read Team Forum Stats Members Help
Gotham playlists not working?0