Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Displaying total playlist length (Read 3870 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Displaying total playlist length

Is it possible to display total playlist length in statusbar? It is this kind of useless and cool statistics that I would want to know.

It is not listed on http://wiki.hydrogenaudio.org/index.php?ti...e#Playlist_info

I found that it is possible to display it on playlist dropdown ( http://wiki.hydrogenaudio.org/index.php?ti...sts_dropdown%29 ) but I use tabbed playlists.

According to forum search it was not possible in 2003 (http://www.hydrogenaudio.org/forums/index.php?showtopic=5416), 2006 ( http://www.hydrogenaudio.org/forums/index....showtopic=49429 http://www.hydrogenaudio.org/forums/index....showtopic=40797 http://www.hydrogenaudio.org/forums/index....showtopic=43362 ) or 2009 ( http://www.hydrogenaudio.org/forums/index....showtopic=69853 ).

But maybe it is now possible?

Displaying total playlist length

Reply #1
Not exaclty the answer you're looking for, sorry, but at least one component features playlist duration: foo_playlist_organizer.

HTH.

Alessandro

Displaying total playlist length

Reply #2
Right click on the status bar and tick "Show total time of selection." Note that you have to select items to see their aggregate length. It will simply read 0:00 if nothing is selected.

EDIT:

I just remembered there's a fairly simple WSH Panel Mod script made by marc2003 posted in one of the newer threads regarding playlist length/building playlists. You might find it useful if you can find it. All it does is display title and length of each item and accumulated playlist length per item of the active playlist. It bears repeating that it is only for display purposes.

Displaying total playlist length

Reply #3
Not exaclty the answer you're looking for, sorry, but at least one component features playlist duration: foo_playlist_organizer.

Just a little addition: foobar2000's native playlist manager can also show the duration of playlists.
This is HA. Not the Jerry Springer Show.

Displaying total playlist length

Reply #4
I just remembered there's a fairly simple WSH Panel Mod script made by marc2003 posted in one of the newer threads regarding playlist length/building playlists. You might find it useful if you can find it. All it does is display title and length of each item and accumulated playlist length per item of the active playlist. It bears repeating that it is only for display purposes.


that takes more space than a playlist manager panel so probably isn't going to be of use. i did make a much smaller panel in a previous post though. obviously it still needs to go in its own panel but it's a lot more compact.

component: https://code.google.com/p/foo-wsh-panel-mod/downloads/list
script: https://dl.dropboxusercontent.com/u/2280132...list%20time.txt
screenshot:



background/text colours can be customised in the script.

Displaying total playlist length

Reply #5
I just remembered there's a fairly simple WSH Panel Mod script made by marc2003 posted in one of the newer threads regarding playlist length/building playlists. You might find it useful if you can find it. All it does is display title and length of each item and accumulated playlist length per item of the active playlist. It bears repeating that it is only for display purposes.


that takes more space than a playlist manager panel so probably isn't going to be of use. i did make a much smaller panel in a previous post though. obviously it still needs to go in its own panel but it's a lot more compact.

component: https://code.google.com/p/foo-wsh-panel-mod/downloads/list
script: https://dl.dropboxusercontent.com/u/2280132...list%20time.txt
screenshot:



background/text colours can be customised in the script.



Great job! How can I add more info about "selected tracks count / length" and align it right?