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: Playlist Name Enhanced (Read 63887 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Playlist Name Enhanced

Playlist Name Enhanced v1.2 (foo_playlist_name_enhanced)

Appends automatically playlist info ("items / length") to all playlist names.

Each time a playlist is modified, it checks if the playlist name matches "<name> [<info>]".
If it does, it replaces the <info> part with the new info.
If it doesn't, it appends " [<info>]".

NOTE: it only checks for left and right bracket, so be careful if you have "[<something_other_than_info>]" at the end...

v1.2
- "Edit -> Playlist Name Enhanced" menu item.

Download: http://pelit.koillismaa.fi/plugins/general.php#140

Playlist Name Enhanced

Reply #1
quite useful, thank you

Playlist Name Enhanced

Reply #2
thanks, Wizard!

if you plan to make it more complex, I'd have two feature requests:

- exclude empty lists (currently it displays "[0:00]")

- exclude selected playlists (in my case "history" and "queue" which are used by the respective plugins)

Playlist Name Enhanced

Reply #3
I thought this functionality was already offered in Colum UI playlist switcher panel, using  %size% and %length% in the playlist title.

Playlist Name Enhanced

Reply #4
I thought this functionality was already offered in Colum UI playlist switcher panel, using  %size% and %length% in the playlist title.

Not available for tabs however.

Playlist Name Enhanced

Reply #5
Great plugin.  It would also be very helpful if the plugin could also display total number of tracks in the playlist in addition to the playlist length.

Playlist Name Enhanced

Reply #6
Well thank you, although I have no use for the plugin, this made me aware of the fact that you can use %length% in the playlist switcher panel

Playlist Name Enhanced

Reply #7
Nevermind, I figured it out
foobar2000 + EAC + Burrrn = Happiness

Playlist Name Enhanced

Reply #8
v1.1 released, see first post.

@xxiii: I need to make a preferences page for an exclude list, but since I use Visual C++ 2005 Express Edition which doesn't have resource dialog editor, I can't do it right now, only when I get a copy of Visual Studio 2005...

Playlist Name Enhanced

Reply #9
I really like the plugin, but there is one annoying problem.  For some odd reason, after the plugin adds the information in brackets it makes all the resulting tabs uniformly larger than they need to be with extra spaces before the playlist name and after the bracketed information.  I cannot make these tabs resize to a size as large as they need to be to hold all of the information which normally occurs whenever you create a playlist tab which is ordinarily only as large as it needs to be to display the text of the name of the playlist.

Playlist Name Enhanced

Reply #10
nice!

my question: is something like this available for foobar 0.83?

Playlist Name Enhanced

Reply #11
@xxiii: I need to make a preferences page for an exclude list, but since I use Visual C++ 2005 Express Edition which doesn't have resource dialog editor, I can't do it right now, only when I get a copy of Visual Studio 2005...

the way the queue list works now in v1.1 (when empty it's just the name and when you queue tracks it updates with the infos) is pretty cool and I would not want to exclude it anymore.

Playlist Name Enhanced

Reply #12
I really like the plugin, but there is one annoying problem.  For some odd reason, after the plugin adds the information in brackets it makes all the resulting tabs uniformly larger than they need to be with extra spaces before the playlist name and after the bracketed information.  I cannot make these tabs resize to a size as large as they need to be to hold all of the information which normally occurs whenever you create a playlist tab which is ordinarily only as large as it needs to be to display the text of the name of the playlist.


I really don't know why this happens to you. What OS are you using? Does anyone else experience such a problem? Can you remove all plugins and use only mine to see if it happens again?

Playlist Name Enhanced

Reply #13

I really like the plugin, but there is one annoying problem.  For some odd reason, after the plugin adds the information in brackets it makes all the resulting tabs uniformly larger than they need to be with extra spaces before the playlist name and after the bracketed information.  I cannot make these tabs resize to a size as large as they need to be to hold all of the information which normally occurs whenever you create a playlist tab which is ordinarily only as large as it needs to be to display the text of the name of the playlist.


I really don't know why this happens to you. What OS are you using? Does anyone else experience such a problem? Can you remove all plugins and use only mine to see if it happens again?



I think I figured out why it happens, but I have no solution.  I have a total of 6 playlist tabs which 5 of 6 can be fit on one line with the extra information added by your plugin so I have multiline tabs checked in playlist switcher settings.  As such, it appears that playlist switcher expands all the tabs to fill two complete lines making the tabs look weird with lots of extra spaces in the begining and end of the tab.  Not sure how to solve.

Playlist Name Enhanced

Reply #14
I think I figured out why it happens, but I have no solution.  I have a total of 6 playlist tabs which 5 of 6 can be fit on one line with the extra information added by your plugin so I have multiline tabs checked in playlist switcher settings.  As such, it appears that playlist switcher expands all the tabs to fill two complete lines making the tabs look weird with lots of extra spaces in the begining and end of the tab.  Not sure how to solve.


OK, I see... Maybe you should contact the author of playlist switcher?

@Generalverdacht: I've used functions that are not available for v0.8.3, sorry.

Playlist Name Enhanced

Reply #15
Simple plugin, but great and useful, Thanks a lot for the word you'done

Playlist Name Enhanced

Reply #16
Will this plugin work with the new Columns UI beta?

Playlist Name Enhanced

Reply #17
Will this plugin work with the new Columns UI beta?


I have no reason to believe it won't. My plugin just renames the playlist, so it should show up in Columns UI.

Playlist Name Enhanced

Reply #18
how do you guys add the length and filecount infos in your playlist switcher only? seen this before... and dont want to make my playlist tabs that ugly with this plugin...

some of you told to simply add %length% to the playlistname, but this doesnt work at all....

Playlist Name Enhanced

Reply #19
You checked the box just over it yes? "Use titleformatting for playlist title in panel"
If you did that, having something like %title% '['%length%']' does work.

 

Playlist Name Enhanced

Reply #20
Would there be any way to pass this info (playlist length) to another program using a command line parameter? I use Xlobby as my frontend on my HTPC and foo_burninate as a handy way to burn playlists without leaving the frontend, by I need a way to calculate and display playlist length. Thansk in advance...

Playlist Name Enhanced

Reply #21
Would there be any way to pass this info (playlist length) to another program using a command line parameter? I use Xlobby as my frontend on my HTPC and foo_burninate as a handy way to burn playlists without leaving the frontend, by I need a way to calculate and display playlist length. Thansk in advance...


When I started making this plugin, I wanted to make just a custom titleformatting tag (like %playlist_length% or something...) that could just be updated when playlists were switched and that anyone could use that, but I couldn't find any help on this. If anyone knows of a way (or if it's even possible), please let me know 

Playlist Name Enhanced

Reply #22
[deleted]

Playlist Name Enhanced

Reply #23
I need to make a preferences page for an exclude list, but since I use Visual C++ 2005 Express Edition which doesn't have resource dialog editor, I can't do it right now, only when I get a copy of Visual Studio 2005...
Check out XN.


Thanks, but can I visually design the preferences page with this one or is it just an editor for .rc files?

And btw, how can I create a unique GUID? 

Playlist Name Enhanced

Reply #24
[deleted]