mherger wrote: 
> >   
> {"id":1,"method":"slim.request","result":{"albums_loop":[{"id":7482,"textkey":""},{"id":6935,"textkey":"+"},
> ....
> > The first text key is an empty string, and the first two entries in
> > indexList are invalid. If I do:
> 
> Invalid in what way? Ed Sheeran had odd album titles like '+' and 
> "(division sign...)".
> 

Yup, and I have those two. But 'divide' is 'divide (Deluxe)' for me, so
shows under D. The invalid entries I was referring to are in the
indexLoop (not the albums_loop). The first two entries of indexLoop are
-[null,1],["÷",1]- '+' (which is my first valid album) is the third
entry of that loop. That is why I was saying the first two -appear- to
be invalid.

mherger wrote: 
> 
> 
> > Now I have no idea where "No Album" is coming from. I have code to
> skip
> > this (in the general album listing) - as when I left it in it has
> > "Various Artists" as the album artist, but there are no tracks. Most
> > odd.
> 
> Hmm... indeed. Maybe you can poke inside the library.db (it's SQLite)?

I've tried:

Code:
--------------------
    select * from albums where title ="No Album";
--------------------


Got an album id (7482), the tried


Code:
--------------------
    select * from tracks where album = 7482;
--------------------


...no tracks found.

mherger wrote: 
> 
> 
> > But even accounting for that weird non-album, the indexList's 3rd
> entry
> > is -+- which is the second entry in the above list. I don't
> understand
> > why they don't match up.
> 
> Again: a look inside library.db might be helpful. We're using the 
> album's "sortkey" value to create that index list.

I wonder if the weird symbol is the "divide"? As if is sort the albums
table in library.db by titlesort its the first one. But when I query for
albums its sorted as "Deluxe"

> Feel free to upload 
> your library.db to https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a

Uploaded, thanks.


------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to