HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: marc2k3 on 2023-04-08 04:57:23

Title: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-08 04:57:23
This is a light-weight replacement for foo_queuecontents made for fb2k 2.0 with dark mode and 64bit support.

It has no preferences and no custom columns like the original component. I may consider offering custom title formatting if anyone grumbles about the currently hardcoded %artist% - %title% display.

Currently, it's not possible to drag playlist/library items on to the window - you have to stick with the old fashioned way of using the context menu. But once items are added, they can be re-arranged by drag/drop and you can multi-select to remove, etc.

https://github.com/marc2k3/foo_queue_viewer/releases

1.0.3 released just now adds a popup window to the main View menu.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Cannonaire on 2023-04-08 10:02:59
Thanks for making this! I haven't tried it yet, but I don't believe it would suit my needs in its current state. I have embedded a screenshot showing my foobar layout, with the old foo_queuecontents area just below the playlist view. For a suitable replacement, I would need feature parity as far as customizable columns goes. A perfect solution for me would be to have it somehow built-in to ColumnsUI so it could share all the current column options in the playlist view, but I don't expect such a thing to happen. My only actual problem with foo_queuecontents right now is the scrollbar not following dark mode preferences, but it's only a minor issue.

The second screenshot shows the columns I'm using in my queue contents editor.

Thank you again for making a replacement, and thank you for reading.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-08 14:22:49
1.0.4 adds support for drag/dropping from playlist/library viewer selections.

I also knocked up a quick readme...

https://marc2k3.github.io/component/queue-viewer/

https://github.com/marc2k3/foo_queue_viewer/releases
Title: Re: [fb2k 2.0] Queue Viewer
Post by: arch21 on 2023-04-08 16:37:58
popup window display dark like this (https://i.imgur.com/ob8JoyK.gif) to me while using default colors. I'm using old Windows 10 if that matter :)
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-08 16:54:46
That's weird. Thanks for spotting.  :o

I obviously tested all built in DUI colour themes but I'm so used to running dark mode all the time, I didn't think to check with light mode/expect different behaviour.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-08 17:18:10
1.0.5 should fix this.

https://github.com/marc2k3/foo_queue_viewer/releases
Title: Re: [fb2k 2.0] Queue Viewer
Post by: arch21 on 2023-04-08 17:24:09
Thanks, it looks good now.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-09 03:42:58
1.0.6 adds an option to save the queue when fb2k is closed. It will then be restored on the next start. It's off by default so toggle it by right clicking any viewer instance.

https://github.com/marc2k3/foo_queue_viewer/releases

Check the notes for how it works - it need to create a playlist file in your foobar2000 profile folder.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Air KEN on 2023-04-09 03:51:17
1.0.6 adds an option to save the queue when fb2k is closed. It will then be restored on the next start. It's off by default so toggle it by right clicking any viewer instance.

https://github.com/marc2k3/foo_queue_viewer/releases

Check the notes for how it works - it need to create a playlist file in your foobar2000 profile folder.

Thanks. :)
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-09 11:09:09
1.0.7

https://github.com/marc2k3/foo_queue_viewer/releases

- Fixes a bug where the selection state of moved items was not preserved.


Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-09 15:18:21
1.0.8 adds custom title formatting for the Item column...

https://github.com/marc2k3/foo_queue_viewer/releases

I think I'm done now. I don't think multiple columns are ever happening.  :))
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Cannonaire on 2023-04-09 15:54:33
Thank you!
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-09 16:48:44
Argh.... another bug fix.  :o

1.0.9 https://github.com/marc2k3/foo_queue_viewer/releases

- Fixes a bug where the column header font was not set correctly.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-09 22:58:42
1.0.10

https://github.com/marc2k3/foo_queue_viewer/releases

- Adds context menu options for sending playlist/library viewer selections to the queue. As
opposed to the existing add command, this flushes existing queue items first. There is also
an option to play immediately.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-10 10:49:28
1.0.11

https://github.com/marc2k3/foo_queue_viewer/releases

- Fixes an issue where using the context menu to send active playlist items to the queue
wasn't handled in the special way needed for the `%queue_index%` to be available.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-11 11:23:10
1.0.12

https://github.com/marc2k3/foo_queue_viewer/releases

- Improve UI colour handling.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-12 20:48:45
1.0.13

https://github.com/marc2k3/foo_queue_viewer/releases

- Implement auto-scrolling when drag/dropping over the top/bottom of the list.

I should have noticed this wasn't functional earlier but never mind.   :P
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-14 04:41:59
1.0.14

https://github.com/marc2k3/foo_queue_viewer/releases

- Add support for themed style to match `Default UI` and `Columns UI` playlists.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-18 21:03:05
Hi Marc, whats the difference between context menu | Queue Viewer | Send to playback queue and build-in context menu | Add to playback queue?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-18 21:26:39
The whole thread describes the fixed bugs/new features for each release. This is from 1.0.10 a few posts up: https://hydrogenaud.io/index.php/topic,123942.msg1024875.html#msg1024875

Quote
- Adds context menu options for sending playlist/library viewer selections to the queue. As
opposed to the existing add command, this flushes existing queue items first
. There is also
an option to play immediately

A link to the full changelog is also available on the download page.

Also, I would have thought most long term fb2k users would be used to the terminology. Sending to playlists from album list/other library viewers has been around for ages and clears the target playlist contents first. This does the same for the queue.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-18 21:41:16
Thanks, I didn't read the whole thread. Does a command Add to playback queue an play make sense?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-18 21:58:58
Nope, that doesn't make sense to me. Adding as opposed to using the new send commands means you want to preserve existing queue items. Executing the play command plays the first queue item which is totally unrelated to the action that has just been performed.

edit: I suppose adding to the front of queue and playing immediately while keep existing items could make sense??
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-18 22:18:06
Just experimented with queue. The context menu of album list shows all three queue commands. Using Add to playback queue triggers indicator in "playing" column of the playlist (see screenshot, red circle). Your commands don't do that.

edit: I suppose adding to the front of queue and playing immediately while keep existing items could make sense??
I think this is confusing.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-18 22:45:06
My component would populate that field (%queue_index%) if you were to use the context menu on a playlist selection.

AFAIK, there is no clean way to do the same for library viewer selections other than iterating every item and searching for it in the active playlist and using the playlist/item index to add instead of the handle. It's seems rather hacky to me but I don't see how else it can be done.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-18 23:00:30
rightclick on an item or node in album view triggers Send to "Library viewer selection" playlist. Could you use %queue_index% for that playlist?

EDIT: Upps, Library viewer selection playlist has to be enabled in Preferences | Media Library.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-18 23:10:20
I've just released 1.0.15

https://github.com/marc2k3/foo_queue_viewer/releases

-Make %queue_index% available when using the context menu Send options on Library
selections that are also present in the active playlist.
- Remove auto-scroll workarounds and use the latest foobar2000 SDK which fixes previously
reported issues.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-18 23:17:42
Thanks, works now like build-in command.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-19 09:14:11
Another stupid question, for QV as window: context menu of window title has entry Import Settings. Is this functional, if yes, how do I Export settings?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-19 09:31:29
Heh, I'd genuinely never seen that context menu before. I guess it's common for all components that utilise ui_element_impl_withpopup from the SDK.

So it appears you can Copy which would be the same as copying an embedded UI element instance in layout editing mode. The clipboard contents can then be Pasted in Window Explorer as an .fth file. I guess you can import it / Paste it back in from explorer later.

In the case of this particular component, the only per instance setting is the Item column title formatting. The Keep queue on close option is a global setting stored in config.sqlite and would not be included.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: regor on 2023-04-19 10:29:28
Quote
edit: I suppose adding to the front of queue and playing immediately while keep existing items could make sense??
I would say adding after the current playing item would make sense. i.e. keeping existing queue items, and just inserting the selected one(s) at front, instead of adding them at the end. The 'play immediately' part is not needed at all (and it would override the current playing item, being confusing).

That way you would have full control about the order, being able to queue items to play asap or after the current list.

That's one things I find bothering about queue implementations (here or at Spotify), not being able to send a track to play right now without clearing the entire queue.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-19 10:46:52
Please consider making title format string %tracknumber% %artist% - %title% default, because tracknumber gives orientation during reordering queue.
Quote
edit: I suppose adding to the front of queue and playing immediately while keep existing items could make sense??
I would say adding after the current playing item would make sense. i.e. keeping existing queue items, and just inserting the selected one(s) at front, instead of adding them at the end. The 'play immediately' part is not needed at all (and it would override the current playing item, being confusing).

That way you would have full control about the order, being able to queue items to play asap or after the current list.

That's one things I find bothering about queue implementations (here or at Spotify), not being able to send a track to play right now without clearing the entire queue.
IMHO append is sufficient, as you can mark added/appended tracks in QV and move them to the top of queue.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-19 11:54:01
I've never used it but it seems like Play Next by Case can insert single items to the front of the queue....

https://www.foobar2000.org/components/view/foo_play_next

With the original foo_queuecontents and this, you can drag/drop multiple items straight to the front of the queue but I have no issue adding context menu items for those who want bindings to buttons/keyboard shortcuts. I would follow the convention of my existing Send commands - with and without play.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-19 12:16:36
Case could extend his "Play next" with "selected tracks" (multiple) instead of "selected track" (one). Its not your cup of tea, Marc.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-19 12:50:06
1.0.16

https://github.com/marc2k3/foo_queue_viewer/releases

You can guess what has been added.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: regor on 2023-04-19 13:05:14
1.0.16

https://github.com/marc2k3/foo_queue_viewer/releases

You can guess what has been added.
Great, thanks ;) Much better to not require another dependency and also being able to do it with a single menu entry which can be linked to a button, yep.

Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-19 13:07:59
What do I care about the rubbish I said earlier? Good addition! Thanks.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-19 13:27:33
Just realised I have a silly bug in it. The original send to option checked the selected item count did not exceed the queue limit (256). It would hide the menu items / refuse to execute if it did. Because I was flushing the queue, I didn't have to care about existing queue count. But with this new add feature, I have to check the combined total of existing queue items AND new item count otherwise existing queue items can get truncated if you select too many items. I'll have a fix out soon.

Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-19 13:48:07
1.0.17 fixes the bug described in the previous post.

https://github.com/marc2k3/foo_queue_viewer/releases
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-20 10:03:30
The playlist viewer has the sort options "Reverse" and "Randomize" for tracks. What do you think about the same sort options for Queue?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-20 10:42:22
Randomise is a good suggestion. Reverse is a bit weird but I guess it would be trivial to add at the same time.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-20 10:47:37
Sometimes I like to hear my tracks in reverse order. Reverse in playlist has the problem, that the previous sort order might be destroyed unintentional. Its better to do that in a special "temporary" playlist, called Queue.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-20 11:01:17
I've ran in to a stumbling block....  :-X

(https://i.imgur.com/WdpCezi.png)
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-20 11:06:22
foobar2000 core uses Randomize with z. British or US English? I don't know.

EDIT: The missing Dark Mode in submenu? This is only a cosmetic problem.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-20 12:08:15
Menu issue is fixed.

And I'm British English so I will not be following core conventions of US English. I already use Randomise in JScript Panel 3. I also use colour extensively and I actually got the idea some years ago when I noticed musicmusic does the same in his Columns UI preferences.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-20 12:20:48
As long-time JScript Panel 3 user, I remember "colour". Caused a lot of rewriting of old scripts.  ;D
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-20 16:49:59
1.0.18

https://github.com/marc2k3/foo_queue_viewer/releases

Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-20 17:16:10
Thanks.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: regor on 2023-04-20 20:16:25
Menu issue is fixed.

And I'm British English so I will not be following core conventions of US English. I already use Randomise in JScript Panel 3. I also use colour extensively and I actually got the idea some years ago when I noticed musicmusic does the same in his Columns UI preferences.
You can be neither from US, nor from UK, and mix both conventions everywhere since you couldn't care less hahahaha

Was gonna ask about the randomize thing, great to see it.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-20 22:25:46
1.0.19 hopefully fixes a redraw glitch when toggling dark/light mode in Default UI.

https://github.com/marc2k3/foo_queue_viewer/releases
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-21 01:40:31
Strictly speaking, the context menu is for manipulating a selection of tracks. Sort commands apply to whole queue, so they should be placed in a main menu of foobar2000 (View | Queue Viewer > Sort > Sort by)?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-21 02:12:41
Yeah, the current situation does stink. I did mention it in the changelog/docs but it's very counter-intuitive.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-21 02:19:38
Main menu commands are easy to implement.
Should be:
View | Queue Viewer > Queue Viewer
View | Queue Viewer > Sort by...
View | Queue Viewer > Randomise
View | Queue Viewer > Reverse
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-21 02:40:02
I'm not going with main menu commands.

Settings/sort are now only available by right clicking the column header...

1.0.20: https://github.com/marc2k3/foo_queue_viewer/releases

Updated docs: https://marc2k3.github.io/component/queue-viewer/
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-21 07:30:07
Good solution! Satis.
EDIT: One minor thing: Sort context menu item is not visible, if no track or one track is in Queue. It could be visible, but greyed out.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-21 12:00:01
It was obviously a deliberate choice to hide the sort menu if the queue contains less than 2 items. If you really want to see it greyed out instead, I'll consider it for the next release.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-21 12:19:31
The advantage of greyed out is, that the full range of functions under all circumstances is shown. Novice user could benefit. (Don't want to use the argument, that it is a foobar2000 core convention (DUI playlist viewer).  :-X )
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-22 12:59:53
Drag/drop from playlist to queue panel: "Playing" column indicator in playlist is not updated.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-22 13:24:54
Well dropped handles are of unknown origin so I guess I need hacks like my context menu commands that try and find each one in the active playlist.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-22 14:11:49
Next release will support it...

(https://i.imgur.com/UCiH2lK.gif)
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-22 15:49:51
1.0.21

https://github.com/marc2k3/foo_queue_viewer/releases

- Check dropped items and restored items against the active playlist to make %queue_index% available if possible.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-22 16:08:33
Thanks. There is something wrong: The panel autoscrolls, like clicking middle mousebutton in a Browser.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-04-22 16:19:44
More info please. I have no idea what you're talking about/how I could reproduce???

edit: incidentally, the holding down the middle mouse button to scroll is supported but of course that's all built in code provided by Peter's excellent SDK. I did nothing to make that happen.  :P
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-22 16:36:08
Yes I pressed middle button. Don't get that undone. See video
Title: Re: [fb2k 2.0] Queue Viewer
Post by: eurekagliese on 2023-04-22 16:38:30
Suggestion. Add a Remove All / Clear Queue option under the Sort item on the popup menu.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-04-22 16:46:40
Removed panel and Tab. Added Tab and queue panel. Problem gone.

Suggestion. Add a Remove All / Clear Queue option under the Sort item on the popup menu.
Build-in is the main menu command Playback | Flush playback queue

EDIT: Try to reproduce the issue. Tried with open context menu and middle click. No success.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: josemescud on 2023-05-09 19:40:19
Grimes, I just discovered that you have uploaded the Queue Viewer component that marc2k3 removed to the repository.
This is great news.
I would like to know if you are going to maintain it and if you plan to upload the rest of the component that marc2k3 removed.
I would like you to upload the Qsearch that although it is a simple component it fulfills the function that Quick Search did (for 32-bit) and that its author has not updated it for a long time.
Thank you very much.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-05-09 19:58:50
Of course, I can upload QSearch, but I don't have the (latest) fb2k-component file. Please attach it. Can't maintain the components, because I don't have the skills and the source code.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: regor on 2023-05-09 20:00:24
Thing is source code is missing, but here are some components. V2
Title: Re: [fb2k 2.0] Queue Viewer
Post by: regor on 2023-05-09 20:01:09
V1.6
(I don't have the rest)
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-05-10 06:02:04
@grimes , could you make sure your uploads retain the original name.

Using Quick Search here is highly misleading...

https://www.foobar2000.org/components/view/foo_qsearch

It should be QSearch.


edit: I see this is fixed now, thanks.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: josemescud on 2023-05-11 13:15:31
Of course, I can upload QSearch, but I don't have the (latest) fb2k-component file. Please attach it. Can't maintain the components, because I don't have the skills and the source code.

Message to Grimes:

Here I leave you 2 more components of those removed by marc2k3 so you can upload them to the repository.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: grimes on 2023-05-11 13:30:57
Do you have a description for the two components?
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Bollerkopp on 2023-05-11 13:42:28
I've found these links - perhaps it helps:

foobar2000:Components/Cover Resizer (foo_cover_resizer) (https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Components/Cover_Resizer_(foo_cover_resizer))
foobar2000:Components/Cover Info (foo_cover_info) (https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Components/Cover_Info_(foo_cover_info))
Title: Re: [fb2k 2.0] Queue Viewer
Post by: ASopH on 2023-05-11 14:30:03
for foo_cover_info

Code: [Select]
Usage

Because it's not possible to query files for embedded album art within foobar2000, this component scans a selection of files and stores the results in a database. Updating of data is not automatic so if you add/remove art at a later date, it's up to you to run the scan again. Data is available in the following fields which are available wherever title formatting is supported.

%front_cover_width%
%front_cover_height%
%front_cover_size% (nicely formatted image size in KB/MB)
%front_cover_format%
%front_cover_bytes% (raw image size)

Note that database records are attached to the %path% of each file so if files are renamed or moved, associated data will be orphaned and the files will need re-scanning.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-05-11 15:09:11
That last sentence is outdated. Data is preserved if files are renamed/moved with File Operations. Only external renaming/moving would cause records to be orphaned.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: cwb on 2023-05-13 20:23:35
I would like you to upload the Qsearch that although it is a simple component it fulfills the function that Quick Search did (for 32-bit) and that its author has not updated it for a long time.

You were not addressing me with the request but here is Marc2k3's QSearch 1.0.5, the most recently uploaded version (includes the sources).
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-05-14 05:14:45
I hate myself for this but I've attached QSearch 1.0.6.

The latest SDK has this note....

Quote
SDK: Updated search_index & library_index documentation. Please do not use library_index, no longer works as intended, call search_index methods instead.

The previous versions used library_index.  :/
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Cannonaire on 2023-07-05 22:42:02
I take it this has been abandoned? I only just found out that this has a function I've been wanting for a long time - Keep Queue contents after closing. This would be just about perfect for me if it could also show the queue as its own playlist. Drat.

I apologize for repeating myself before. I was perhaps overly excited.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-07-06 10:25:54
I always thought the playlist thing  was nonsensical which is why I never added it during its very short life. If you want a playlist, use a playlist.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: Cannonaire on 2023-07-06 23:24:31
Aha! It looks like I can enable the Keep Queue feature of your component while using the other features I need from the other one I use! Best of both worlds for my use case. Thank you so much for this component, marc2k3!
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2023-09-09 09:15:11
A new SDK release made me realise I wasn't handling UI colours in the proper way. What I did worked but it wasn't displaying inactive selection colours when other panels had focus. This release fixes that bug.
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2024-02-15 07:18:22
Documentation has been restored here: https://jscript-panel.github.io/other/
Title: Re: [fb2k 2.0] Queue Viewer
Post by: marc2k3 on 2024-02-22 05:48:50
This was supposed to be abandoned but I fixed a silly bug where fb2k keyboard shortcuts were suppressed if this panel had focus in Columns UI. DUI was unaffected.