Support and General Use > Audio Playback, Database and Playlists

Creating custom Tagcache query?

<< < (8/9) > >>

Yotto:

--- Quote from: bascule on October 15, 2006, 01:25:36 PM ---Anyway, currently I'm happy with the < "A" solution :D

--- End quote ---

Couldn't you do 2 clauses:

< "A"
> "Z"

afruff23:
Lol, what are your holidays?

Does Slasheri's latest tagcache update break anything?

afruff23:
How do you make a recently added query? WHat about a list of compilation albums? Or is this not possible?

roolku:

--- Quote from: afruff23 on November 11, 2006, 11:22:19 PM ---How do you make a recently added query?

--- End quote ---

You can't. Even if you created an additional tag for file date, the problem would be that the file date doesn't signify when a file was uploaded, but when it was created (or modified).

My workaround is to have:

"not played"    -> artist ? playcount == "0" -> album -> title

But obviously this only works until you have listened to the song.

I can't see a reliable way to detect a "recently added" file - do you have a suggestion?


--- Quote from: afruff23 on November 11, 2006, 11:22:19 PM ---WHat about a list of compilation albums? Or is this not possible?

--- End quote ---

Only if you tagged them consistently somehow. E.g. you could use patch http://www.rockbox.org/tracker/task/6301  and put "compilation" in the comment tag.

"Compilations" -> album ? comment = "compilation" -> title

(if you don't want to use this patch, I suppose you could abuse the composer field).

Llorean:
Why not have TagCache include a counter of some sort, as songs are added, it increments the counter for each new "set".

Songs added during initiation get the value 0. Each time new songs are detected they get an incremented value, so if you add 50 songs to your player, when TC updates and sees them they all have value 1. Then 2, and so on. Recently added can either be all songs with the current value, or maybe the last X values.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version