foo_playlist_organizer (aka foo_plorg), A component to organize your playlists in a treeview |
![]() ![]() |
foo_playlist_organizer (aka foo_plorg), A component to organize your playlists in a treeview |
May 8 2010, 09:36
Post
#51
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
The color of preferences window isn't the same as the rest That is now fixed, please redownload and confirm.Even upon activation the playlist doesn't get selected ... That is fixed as well provided that you have chosen the "Activate on single click" option. Otherwise the playlist won't get selected but only made visible in the tree.Look at this new section in the help page. This post has been edited by NEMO7538: May 8 2010, 11:04 |
|
|
|
May 8 2010, 11:38
Post
#52
|
|
|
Group: Members Posts: 79 Joined: 26-January 10 Member No.: 77538 |
yup it is all fixed now thanks
but the themed mode on windows 7 is still not working i.e. skinned selection frame Also just a suggestion wouldn't it be better to move all preferences to the preferences page instead of the context menu? |
|
|
|
May 9 2010, 11:41
Post
#53
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
Why does the foo_plorg panel flicker twice really fast each time a playlist is selected? It seems to happen only sometimes when "Activate on single click" is disabled, but every time when it is enabled.
Is this happening to anyone else? |
|
|
|
May 9 2010, 16:52
Post
#54
|
|
![]() Group: Members Posts: 603 Joined: 18-November 07 Member No.: 48839 |
Thanks for the updates. Just wondering if this red-dotted line is intentional. It appears when i click and hold on a playlist/folder.
The problem is aesthetic since i dont have red configured anywhere in my foobar or windows color settings. Would be nice if it did follow the colors i configured. xp sp3 ![]() |
|
|
|
May 9 2010, 18:46
Post
#55
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
but the themed mode on windows 7 is still not working i.e. skinned selection frame I may look at supporting the theme .. but not in a near future.Also just a suggestion wouldn't it be better to move all preferences to the preferences page instead of the context menu? Regarding the preferences, some are left in the context menu in case you want to have several instances and they are specific to each instance, while those from the preferences page are global. Why does the foo_plorg panel flicker twice really fast each time a playlist is selected? It seems to happen only sometimes when "Activate on single click" is disabled, but every time when it is enabled. I will investigate at some point in time.Is this happening to anyone else? Thanks for the updates. Just wondering if this red-dotted line is intentional. I see ... it will be fixed in the next version. In the meantime, you can just set black & white as custom colors, the red should disappear.
..... This post has been edited by NEMO7538: May 9 2010, 18:47 |
|
|
|
May 10 2010, 07:25
Post
#56
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
BTW, I have uploaded Version 0.9 which fixes the red dotted line issue and also introduces full drag & drop capabilities (e.g. with other foobar windows or other applications).
|
|
|
|
May 11 2010, 02:16
Post
#57
|
|
|
Group: Members Posts: 29 Joined: 16-December 09 From: Chile Member No.: 76063 |
I've seen in the forums that Foobar, unlike Itunes and Winamp, is a playlists based player. For that reason I think foobar must have a powerful tool for playlists management.
I Like your plugin, but here are a few suggestions: - 1: When You select a folder or a playlist, the "F2" shortcut to edit It isn't working (accessibility issues) - 2: Imagine that I have a lot of playlists (It makes sense in a playlists based player), and I have a lot of folders. ---- 2.1: If I change from Columns UI to Default UI. Result, I've lost all the folders and the playlists order (unless I return to Columns UI). That is an undesirable behavior. ---- 2.2: If I accidentaly delete the element, again, the data will be gone, lost. What I suggest You, is to not store the folder data in the element configuration. Store It in the plugin configuration, another file or folder. Maybe You can store the folder's names in the plugin configuration, and store folder's ID in playlist as a property using the playlist properties API QUOTE //! Extension of the playlist_manager service that manages playlist properties.
//! Playlist properties come in two flavors: persistent and runtime. //! Persistent properties are blocks of binary that that will be preserved when the application is exited and restarted. //! Runtime properties are service pointers that will be lost when the application exits. //! \since 0.9.5 |
|
|
|
May 12 2010, 07:42
Post
#58
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
Why does the foo_plorg panel flicker twice really fast each time a playlist is selected? It seems to happen only sometimes when "Activate on single click" is disabled, but every time when it is enabled. Will be fixed in the next version... - 1: When You select a folder or a playlist, the "F2" shortcut to edit It isn't working (accessibility issues) - 2: Imagine that I have a lot of playlists (It makes sense in a playlists based player), and I have a lot of folders. ---- 2.1: If I change from Columns UI to Default UI. Result, I've lost all the folders and the playlists order (unless I return to Columns UI). That is an undesirable behavior. ---- 2.2: If I accidentaly delete the element, again, the data will be gone, lost. What I suggest You, is to not store the folder data in the element configuration. Store It in the plugin configuration, another file or folder. Maybe You can store the folder's names in the plugin configuration, and store folder's ID in playlist as a property using the playlist properties API ... Thanks for the suggestions. 1. is already in the todo list and will be introduced inn the next version 2. It is not possible to use the playlist properties because the panel may have multiple instances. I am thinking of another solution to address the issue. |
|
|
|
May 12 2010, 17:10
Post
#59
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
Here's an idea for a cosmetic feature in the treeview display. An option for the user to specify a 16x16 png/icon that would be rendered beside the name of any actively playing playlist instead of the rectangular box. Example: iPod View is the playlist that is playing in the pic...
This post has been edited by metal_termite: May 12 2010, 17:11 |
|
|
|
May 14 2010, 23:55
Post
#60
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
Why does the foo_plorg panel flicker twice really fast each time a playlist is selected? It seems to happen only sometimes when "Activate on single click" is disabled, but every time when it is enabled. The flickering is now eliminated, at least on XP, both during selection and when resizing the panel. Thanks to someone with Vista or Seven to confirm..... ---- 2.1: If I change from Columns UI to Default UI. Result, I've lost all the folders and the playlists order (unless I return to Columns UI). That is an undesirable behavior. It should be fixed as well.---- 2.2: If I accidentaly delete the element, again, the data will be gone, lost. BTW, Version 1.0 is now out and introduces a lot of new features and bugfixes, including titleformatting for nodes, reworked drag & drop operations, the ability to copy content across playlists, etc. .... Please also read the documentation which is now complete, and provide feedback. |
|
|
|
May 15 2010, 00:33
Post
#61
|
|
![]() Group: Members Posts: 603 Joined: 18-November 07 Member No.: 48839 |
I love you. Thanks for your work on this great component.
|
|
|
|
May 15 2010, 00:59
Post
#62
|
|
|
Group: Members Posts: 69 Joined: 9-November 08 Member No.: 62020 |
Agreed! Now foo_plorg has everything what the original playlist manager is able to do and so much more!
This post has been edited by exxecutor: May 15 2010, 01:00 |
|
|
|
May 15 2010, 06:33
Post
#63
|
|
|
Group: Members Posts: 79 Joined: 26-January 10 Member No.: 77538 |
when selecting an item it seems that a border is drawn first and then the selection background color is changed which should be instantaneous
|
|
|
|
May 15 2010, 14:57
Post
#64
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
|
|
|
|
May 17 2010, 17:56
Post
#65
|
|
|
Group: Members Posts: 2340 Joined: 28-August 02 Member No.: 3218 |
Thanks for this useful plugin. Please help me see, I cannot find where to change its font...
|
|
|
|
May 17 2010, 20:44
Post
#66
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
|
|
|
|
May 18 2010, 12:19
Post
#67
|
|
|
Group: Members Posts: 79 Joined: 26-January 10 Member No.: 77538 |
I have encountered another bug
Using CUI+PLORG+Filters. I have it set up so that there is a folder named 'Library' with 'Filter Results' and 'Filter Results (Playback)' playlist. Using these steps Start fb2k > Select another artist in filters other than the one selected right now and double click to play > select a different artist in filters makes the 'Filter Results' playlist popout of the folder and to the bottom of the PLORG tree |
|
|
|
May 19 2010, 08:22
Post
#68
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
I have encountered another bug I see ....Using CUI+PLORG+Filters. I have it set up so that there is a folder named 'Library' with 'Filter Results' and 'Filter Results (Playback)' playlist. Using these steps Start fb2k > Select another artist in filters other than the one selected right now and double click to play > select a different artist in filters makes the 'Filter Results' playlist popout of the folder and to the bottom of the PLORG tree The problem is rather in the way that CUI filters manages 'Filter Results' and 'Filter Results (Playback)' playlists, but I will try to implement a workaround in the next version. |
|
|
|
May 19 2010, 10:44
Post
#69
|
|
|
Group: Members Posts: 60 Joined: 24-April 10 Member No.: 80132 |
Hi, and sorry if this has been answered before, but is it possible to display the length of playlists (as in x days, y hours etc.) with this component somehow?
|
|
|
|
May 19 2010, 11:06
Post
#70
|
|
|
Group: Members Posts: 112 Joined: 14-December 08 Member No.: 64497 |
|
|
|
|
May 19 2010, 11:54
Post
#71
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
ooh i missed the big jump to 1.0
this component is maturing so fast! thank you very much for your work on this. i've been waiting for ages for a good tree-based playlist organizer. it's like a dream come true |
|
|
|
May 19 2010, 12:47
Post
#72
|
|
![]() Group: Members Posts: 603 Joined: 18-November 07 Member No.: 48839 |
One tiny feature request: When dropping files from one playlist to another it automatically selects the playlist which the files have been droped in to,
if possible could the selection stay with the source playlist? |
|
|
|
May 20 2010, 21:27
Post
#73
|
|
![]() Group: Developer Posts: 805 Joined: 28-November 03 Member No.: 10088 |
... Using these steps Start fb2k > Select another artist in filters other than the one selected right now and double click to play > select a different artist in filters makes the 'Filter Results' playlist popout of the folder and to the bottom of the PLORG tree I implemented a workaround in Version 1.1. Please redownload and confirm. Thanks. |
|
|
|
May 21 2010, 04:39
Post
#74
|
|
|
Group: Members Posts: 79 Joined: 26-January 10 Member No.: 77538 |
Yes that bug is still fixed thanks
Still want to mention my previous post QUOTE when selecting an item it seems that a border is drawn first and then the selection background color is changed which should be instantaneous... just like in playlist modules
|
|
|
|
May 22 2010, 12:24
Post
#75
|
|
|
Group: Members Posts: 60 Joined: 24-April 10 Member No.: 80132 |
It seems that everytime I close and start foobar, my playlists suddenly move from their respective folders to folder called "new" (not created by me). Have I missed some option about saving configuration or is this a bug?
To be exact, I have folders called "genre" and "rating", in addition to "default", but my playlists keep jumping around. Might this be because I have last.fm radio on one playlist, which (I think) creates itself from scratch when starting foobar? I have the newest version of foo_plorg. This post has been edited by laite: May 22 2010, 12:24 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 10:18 |