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

foo_uie_playlists_dropdown

Reply #300
Middle click action configuration changed in latest version. Go to Preferences -> Display -> Columns UI extensions -> Playlists Dropdown -> General -> Middle click. Choose File/Remove Playlist.

foo_uie_playlists_dropdown

Reply #301
Middle click action configuration changed in latest version. Go to Preferences -> Display -> Columns UI extensions -> Playlists Dropdown -> General -> Middle click. Choose File/Remove Playlist.

Thank for the quick answer buddy. 


foo_uie_playlists_dropdown

Reply #303
Lovely, thanks

foo_uie_playlists_dropdown

Reply #304
Version 0.7.5:
  • Added customizable icons for different playlists (see screenshot on [a href='index.php?showtopic=44703']first page[/a]). Built-in icons taken from Fugue Icons set.
[/li][/list]
mixcherry,

thank you for adding customizable icons support!

Now I can mark some of my playlists as important and so on.

A very handy new feature!

Robertina.
This is HA. Not the Jerry Springer Show.

foo_uie_playlists_dropdown

Reply #305
Saving custom icons preview is really nice, it's great
But, deleting custom icon preview would mean removing Playlist Dropdown, then adding the component again, right?

[edit] And overlay icons are unchangeable
Another thing: can custom icons be set dependent on playlist names: i.e. I set CD icon on playlist "Audio CD"; if I delete the playlist and then create again playlist "Audio CD" it's set to default icon

foo_uie_playlists_dropdown

Reply #306
@Robertina, thank you.

Saving custom icons preview is really nice, it's great
But, deleting custom icon preview would mean removing Playlist Dropdown, then adding the component again, right?
"Custom icons preview" is just history of 10 last opened files. Currently there is no "easy" way to remove elements from history. I'll add option to clear history. Thanks for suggestion.

[edit] And overlay icons are unchangeable
Another thing: can custom icons be set dependent on playlist names: i.e. I set CD icon on playlist "Audio CD"; if I delete the playlist and then create again playlist "Audio CD" it's set to default icon

Changeable overlay icons are on my to-do list. Auto-assigned icons dependent on playlist name/lock/size is a great idea. It could be based on title formatting or simple filters (eg. "*CD* -> disc.png"). On the other hand, I'd like to keep this component simple and easy to use, so any suggestions to the way icons should be auto-assigned are welcome.

foo_uie_playlists_dropdown

Reply #307
Maybe drop-down box with your 7 default icons, and up to last 10 custom icons, responding on input box for entering playlist filter like CUI filters it's columns i.e. "*missing" for selected warn.png; "*search*; *result*" for selected search.png...
It won't take much space and it will cover titleformatting if it's easy for implementing. Only that input box maybe isn't so much great suggestion

Or if you could implement something like fields are defined in CUI filter preferences, on the left side icon or image name and on the right titleformatting filter and their precedence as their shown order

foo_uie_playlists_dropdown

Reply #308
Quote
how do you activate it? I am keen to use this plugin but I can't see how to turn on the dropdown list. I have the plugins from the stable package off foosion's site and am using Columns ui on foobar 0.91.

All you need is the latest Columns UI plugin (remember to activate it here: Preferences -> Display -> User interface module /reset/). Then, you can simply add my component to your toolbar (right-mouse-button on toolbar and Toolbars -> Playlists Dropdown) or add it as a panel - using Columns' Layout page (Preferences -> Display -> Columns UI -> Layout).


I can't activate plugin anyway.  I pushed "reset all" and "reset page" buttons everywhere. And here is no "User interface module".  My Screenshot
PLZ help me with screenshots. I use Foobar2000 v0.9.5.6.




 

foo_uie_playlists_dropdown

Reply #312
When option in "preferences > general > other > mouse wheel..." is unchecked, mouse wheel isn't scrolling in playlist dropdown and middle click isn't functioning properly (It may be a problem in CUI itself)

BTW, I think that instead "use middle mouse button to reorder playlist" more convenient behavior would be left click - hold and drag for reordering

foo_uie_playlists_dropdown

Reply #313
When option in "preferences > general > other > mouse wheel..." is unchecked, mouse wheel isn't scrolling in playlist dropdown and middle click isn't functioning properly (It may be a problem in CUI itself)
This is intended. As the option says: if it's unchecked, you have to set focus on UI element to use mouse wheel (ie. click on it at first).
As for middle-click problem: I can't reproduce it. What exactly does not work?

Quote
BTW, I think that instead "use middle mouse button to reorder playlist" more convenient behavior would be left click - hold and drag for reordering
Good idea - added to To-Do list.

________________

New version 0.7.6:
  • Code rewrite/clean-up/optimization (performance significantly improved on large number of playlists)
  • Changed color handling to be compatible with core functions like $blend() or $transition()
  • Replaced color fields (%_text% etc.) with function $color() taking appropriate parameters ($color(text) etc.)
  • Removed $offset_colour() function (using core $blend() now)
  • $calculate_blend_offset() function renamed to $blend_offset()
  • Replaced %incontrol% field with opposite %_list% field
  • Changed default title/style formatting strings
Download: www.fb2k.org/show.php?id=142

Please note that due to internal changes, title/style formatting strings will be reset after update to 0.7.6.

foo_uie_playlists_dropdown

Reply #314
Thanks for the new version and to-do

When the "mouse wheel" option is unchecked CUI panels don't work as it should (don't have focus but they scroll) but DUI elements do.

I first click on playlist dropdown - it opens (it should have focus) but the panel below playlist dropdown accepts mouse wheel action and scrolls. I can't use wheel when dropping files in playlist dropdown for playlist that aren't visible (max visible items)

I thought that middle click rearrangement also doesn't work in this case, but it works

foo_uie_playlists_dropdown

Reply #315
Oh, I hate to loose all my settings!

Quote
Old setting (only in "Display"):
$if(%isactive%,$rgb(158,212,255,255,255,255)● %title%,
$if(%isplaying%,$rgb(255,128,64,255,255,255)√ %title%, %title%))
$rgb(158,212,255,255,255,255)
$if(%isactive%,' (visible'$if(%isplaying%,', '$rgb(255,128,64,255,255,255)'playing')')',$rgb(255,128,64,255,255,255)$if(%isplaying%,' (playing)'))
$tab(3)[ '('%lock%')']$tab(2)
$rgb(127,127,127,255,255,255)' ('%length%')')




Left picture: Visible (blue), playing (red); right picture: when visible and playing are the same.

Can sameone help me to get this result (or a similar) in  new version 0.7.6?

Erich

foo_uie_playlists_dropdown

Reply #316
Oh, I hate to loose all my settings!

Sorry for the inconvenience. If someone updated the component and wants to get the old settings, then (s)he must revert to older version of the component, copy the strings somewhere and then use them in new version (modifying them to match latest changes).

As for your question. Have you actually tried to use your formatting string in 0.7.6? Latest changes in the component shouldn't affect the code like yours and it should work without problems. I checked it and it looks exactly like in your pictures - is that what you wanted?

foo_uie_playlists_dropdown

Reply #317
Quote
Latest changes in the component shouldn't affect the code like yours and it should work without problems. I checked it and it looks exactly like in your pictures - is that what you wanted?

Oh, easy...
I was impressed by your "Replaced color fields (%_text% etc.) with function $color() taking appropriate parameters ($color(text) etc.)"
So I thought there where so much changes to do with my $color declaration.

Thank you, this was what I wanted. 
Erich

foo_uie_playlists_dropdown

Reply #318
mixcherry,

my main CUI layout simply consists of foo_uie_playlists_dropdown, Playlist tabs and Columns Playlist.

If I choose a playlist by clicking on a playlist's tab I am able to see the actually marked track (not playing) in this playlist because it is focused.

Choosing a playlist with Playlists Dropdown the focus remains on your component without the possibility to identify the marked track(s) in this playlist.

Could you please consider to change this behaviour or has it something to do with my configuration?

f2k 0.9.6.9, Columns UI 0.3.8.0, Playlists Dropdown 0.7.6
This is HA. Not the Jerry Springer Show.

foo_uie_playlists_dropdown

Reply #319
I can see highlighted items even when Playlists Dropdown is focused (you can see it on my [a href='index.php?act=findpost&pid=393106']screenshot[/a] - notice that 'Something' has gray background). Do you use XP/Vista theming or 'classic' windows style? I've tried it with classic style and still highlighted (but not playing) items have grayed background even if my component is focused.

I can't reproduce your problem (or I don't fully understand what do you mean). 'Auto-UNfocus' on playlist select is not an option (it's against UI guidelines). You can try unfocusing Playlists Dropdown by hitting enter or escape key after selecting playlist.

foo_uie_playlists_dropdown

Reply #320
Something must had been wrong with my PC-/foobar-configuration.

I regained the old behaviour by performing a system restore and cannot reproduce the described situation any more.

Thank you for your investigation, also for your hint to press enter or escape.
This is HA. Not the Jerry Springer Show.

foo_uie_playlists_dropdown

Reply #321
Hi.

Question: is there a way to access the dropdown playlist via a button? I want to have it next to my other media buttons to save space.


foo_uie_playlists_dropdown

Reply #323
Quote
No, there is no such option.


So the question remains - is it possible to add such? ;>

foo_uie_playlists_dropdown

Reply #324
Thanks for the sweet plugin! Would it be possible to add an %album_count% function or whatever you want to call it that would count the number of albums in the playlist?

Also, anyone made some cool custom icons for this or know where I can get some?