[REQ] Floating lyrics Panel or Window

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [REQ] Floating lyrics Panel or Window

Re: [REQ] Floating lyrics Panel or Window

by drakinite » Thu Sep 28, 2023 12:45 am

monkeyfan1970 wrote: Sun Mar 27, 2022 2:29 am
monkeyfan1970 wrote: Sat Mar 12, 2022 12:42 am Hello drakinite,

I got an idea for a way to make the Undock Panels remember the position. I am not sure if it would be possible.

Is it possible to add X and Y position fields into the configure options of the Undock Panel Add-on? Much similar to how codemonkey skin has colour options for the skin.

If this is possible, users would be able to key in X and Y Values(+/-) of the position.

Thank you.
Hey drakinite,

Any updates on this if this is feasible?

Thank you.
Hey, I think I got a notification for this thread from a post that was moved to its own topic, but I see that I never saw or replied to this question from last year. Really sorry about that!

Unfortunately, if you hard-code the X and Y position of the dialog into the settings, there's a reasonable likelihood of the window appearing off-screen if you change your monitor settings, such as plugging in a new monitor, rearranging them, or changing your scaling settings. Additionally, I don't think there's currently a way for a MM addon to specify the location of a dialog being opened, without modifying some of MM's source code.

I heard about some Windows PowerToys that give you some really extensive control over window snapping (I believe it's this one: https://learn.microsoft.com/en-us/windo ... fancyzones). I haven't tried it, but maybe it lets you set a hotkey to snap specific programs/windows to their own dedicated places. If it's able to do that, I think it would give you better control over what you're looking for than with an X/Y position slider.

Re: [REQ] Floating lyrics Panel or Window

by monkeyfan1970 » Sun Mar 27, 2022 2:29 am

monkeyfan1970 wrote: Sat Mar 12, 2022 12:42 am Hello drakinite,

I got an idea for a way to make the Undock Panels remember the position. I am not sure if it would be possible.

Is it possible to add X and Y position fields into the configure options of the Undock Panel Add-on? Much similar to how codemonkey skin has colour options for the skin.

If this is possible, users would be able to key in X and Y Values(+/-) of the position.

Thank you.
Hey drakinite,

Any updates on this if this is feasible?

Thank you.

Re: [REQ] Floating lyrics Panel or Window

by monkeyfan1970 » Sat Mar 12, 2022 12:42 am

Hello drakinite,

I got an idea for a way to make the Undock Panels remember the position. I am not sure if it would be possible.

Is it possible to add X and Y position fields into the configure options of the Undock Panel Add-on? Much similar to how codemonkey skin has colour options for the skin.

If this is possible, users would be able to key in X and Y Values(+/-) of the position.

Thank you.

Re: [REQ] Floating lyrics Panel or Window

by monkeyfan1970 » Fri Feb 25, 2022 4:23 pm

drakinite wrote: Thu Feb 24, 2022 9:47 pm
monkeyfan1970 wrote: Thu Feb 24, 2022 3:11 am Thank you very much! Definitely a great improvement for my setup!

In MM 4, there is a addon called Lyrics and Comment viewer. It can remember the position of the floating window.

https://www.mediamonkey.com/addons/brow ... ts-viewer/

I wonder if some of the code or idea could be translated or transferred to this Undock Panels

As for the shortcut, I notice that pressing the same shortcut does not hide the window. It sometimes open another undocked Lyrics window. It would be great if the same shortcut could be use for hide and showing the Undock Panels.

Thank you!
No problem :)

Re Lyrics and Comments Viewer: I don't believe that the code made for this addon would be able to be directly transferred to Lyrics and Comments Viewer. However, as we get more advanced MM5 addons which add new dockable controls, it might be worth exposing an "undockable" API with this addon, allowing authors to add undocking functionality without needing to copy a bunch of code.

Re shortcuts: Good point. Added in version 1.2.1, available on the site now.

Oh yeah - and it's v1.2+ because playlists are now supported :wink:

P.S. The method for communicating the hotkeys across multiple dialogs was a bit hacky, so maybe there'll be some glitches. Please lmk if you encounter any weird issues with hotkeys with the addon enabled.
Thanks for the update! Will report back if there are any weird issues.

Hopefully, you can find a way to make the Undock Panels remember the position. It is the only thing that is prevents it from being awesome.

Re: [REQ] Floating lyrics Panel or Window

by MikeGahrns » Thu Feb 24, 2022 10:11 pm

Wow, that was quick and huge thanks. This is something I have been wanting for a long time.

I am away from my main computer for a while, but will test this out and let you know if I see any problems as soon as I get a chance.

Thanks again

Re: [REQ] Floating lyrics Panel or Window

by drakinite » Thu Feb 24, 2022 9:47 pm

monkeyfan1970 wrote: Thu Feb 24, 2022 3:11 am Thank you very much! Definitely a great improvement for my setup!

In MM 4, there is a addon called Lyrics and Comment viewer. It can remember the position of the floating window.

https://www.mediamonkey.com/addons/brow ... ts-viewer/

I wonder if some of the code or idea could be translated or transferred to this Undock Panels

As for the shortcut, I notice that pressing the same shortcut does not hide the window. It sometimes open another undocked Lyrics window. It would be great if the same shortcut could be use for hide and showing the Undock Panels.

Thank you!
No problem :)

Re Lyrics and Comments Viewer: I don't believe that the code made for this addon would be able to be directly transferred to Lyrics and Comments Viewer. However, as we get more advanced MM5 addons which add new dockable controls, it might be worth exposing an "undockable" API with this addon, allowing authors to add undocking functionality without needing to copy a bunch of code.

Re shortcuts: Good point. Added in version 1.2.1, available on the site now.

Oh yeah - and it's v1.2+ because playlists are now supported :wink:

P.S. The method for communicating the hotkeys across multiple dialogs was a bit hacky, so maybe there'll be some glitches. Please lmk if you encounter any weird issues with hotkeys with the addon enabled.

Re: [REQ] Floating lyrics Panel or Window

by monkeyfan1970 » Thu Feb 24, 2022 3:11 am

drakinite wrote: Thu Feb 24, 2022 12:24 am
monkeyfan1970 wrote: Wed Feb 23, 2022 8:20 pm 1. The undocked Lyrics window does not remember the position. Each time, I restart MM5, I have to undock Lyrics window and move to my desired position.

2. Can there be a keyboard shortcut to invoke to show/hide the undocked Lyrics window?

3. Can there be a way to alter and increase the font size of the Lyrics in the Lyrics window?
1. Unfortunately, there's nothing I can do about that. Dialog windows can't save their previous location, because if the monitor arrangement changes, it would be possible for dialogs to exist in a location that is not accessible.

2. Sure. Added in v1.1.1, it's available on the site.

3. Yeah, I agree that the font size can be a bit too small when it's undocked. But since the font size is pretty unrelated to the docking mechanism, I figured it makes more sense to have it as a separate addon. https://www.mediamonkey.com/addons/brow ... font-size/
Thank you very much! Definitely a great improvement for my setup!

In MM 4, there is a addon called Lyrics and Comment viewer. It can remember the position of the floating window.

https://www.mediamonkey.com/addons/brow ... ts-viewer/

I wonder if some of the code or idea could be translated or transferred to this Undock Panels

As for the shortcut, I notice that pressing the same shortcut does not hide the window. It sometimes open another undocked Lyrics window. It would be great if the same shortcut could be use for hide and showing the Undock Panels.

Thank you!

Re: [REQ] Floating lyrics Panel or Window

by drakinite » Thu Feb 24, 2022 12:28 am

MikeGahrns wrote: Wed Feb 23, 2022 7:48 pm Hi Drakinite, This looks really interesting.

Any chance you could also add the ability to undock any playlist panel? My main problem with MM is that it is very difficult to curate lots of playlists.

Having the ability to have multiple playlists open in several windows (on potentially multiple monitors) so that you can drag and drop songs to move or copy them between playlists would be very helpful.

Often I want to listen to a song, and then from a bunch of potential playlists listen to other songs that I think would fit nicely after it. Once I found that song, I want to move or copy it from that source playlist to the right location in the destination playlist.
Hmm, doing playlists would be a bit more complex than playing and lyrics, but it might be feasible. I'll look into it.

Re: [REQ] Floating lyrics Panel or Window

by drakinite » Thu Feb 24, 2022 12:24 am

monkeyfan1970 wrote: Wed Feb 23, 2022 8:20 pm 1. The undocked Lyrics window does not remember the position. Each time, I restart MM5, I have to undock Lyrics window and move to my desired position.

2. Can there be a keyboard shortcut to invoke to show/hide the undocked Lyrics window?

3. Can there be a way to alter and increase the font size of the Lyrics in the Lyrics window?
1. Unfortunately, there's nothing I can do about that. Dialog windows can't save their previous location, because if the monitor arrangement changes, it would be possible for dialogs to exist in a location that is not accessible.

2. Sure. Added in v1.1.1, it's available on the site.

3. Yeah, I agree that the font size can be a bit too small when it's undocked. But since the font size is pretty unrelated to the docking mechanism, I figured it makes more sense to have it as a separate addon. https://www.mediamonkey.com/addons/brow ... font-size/

Re: [REQ] Floating lyrics Panel or Window

by monkeyfan1970 » Wed Feb 23, 2022 8:20 pm

drakinite wrote: Wed Feb 23, 2022 7:07 pm Added support to the Undock Playing addon for the Lyrics window (and renamed it to Undock Panels). Available here: https://www.mediamonkey.com/addons/brow ... k-playing/

Please let me know if you encounter any issues with the addon.
Hello,

Thanks for the add on!. It does solves the issue partially. But it also introduces couple of other issues for me.

1. The undocked Lyrics window does not remember the position. Each time, I restart MM5, I have to undock Lyrics window and move to my desired position.

2. Can there be a keyboard shortcut to invoke to show/hide the undocked Lyrics window?

3. Can there be a way to alter and increase the font size of the Lyrics in the Lyrics window?

Thank you!

Re: [REQ] Floating lyrics Panel or Window

by MikeGahrns » Wed Feb 23, 2022 7:48 pm

Hi Drakinite, This looks really interesting.

Any chance you could also add the ability to undock any playlist panel? My main problem with MM is that it is very difficult to curate lots of playlists.

Having the ability to have multiple playlists open in several windows (on potentially multiple monitors) so that you can drag and drop songs to move or copy them between playlists would be very helpful.

Often I want to listen to a song, and then from a bunch of potential playlists listen to other songs that I think would fit nicely after it. Once I found that song, I want to move or copy it from that source playlist to the right location in the destination playlist.

Re: [REQ] Floating lyrics Panel or Window

by drakinite » Wed Feb 23, 2022 7:07 pm

Added support to the Undock Playing addon for the Lyrics window (and renamed it to Undock Panels). Available here: https://www.mediamonkey.com/addons/brow ... k-playing/

Please let me know if you encounter any issues with the addon.

Re: Floating lyrics Panel or Window

by monkeyfan1970 » Wed Feb 23, 2022 10:31 am

When can we see a floating lyrics Panel or Window?

Re: Floating lyrics Panel or Window

by MikeGahrns » Sat Jul 31, 2021 7:45 pm

+1 for this request.

Also see:
viewtopic.php?f=30&t=99227
and
viewtopic.php?p=467463#p467463

There are many scenarios that could benefit from allowing tabs to be broken off and dragged to separate windows on different monitors.

Re: Floating lyrics Panel or Window

by monkeyfan1970 » Sat Jul 03, 2021 2:07 am

Hello,

Can we please add a Floating lyrics Panel?

Thank you!

Top