Page 2 of 2

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Mon Feb 10, 2014 9:44 pm
by 76firefly
Thank god this script was updated, didn't want to update to MM 4.1 until i knew this would work with it! One question, the old version changed the order of the playlist if you were playing a song that was already on a playlist, it would show whatever playlists that song was on and display it first. Is there an option to have that same feature? Thanks in advance.

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Tue Feb 11, 2014 11:32 am
by eepman
I haven't touched this script in quite a while, but I am also interested in fixing a few of the outstanding bugs and repairing some of the features that went missing from the original version. Maybe I'll get to working on this in the next few weeks... :wink:

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Tue Feb 11, 2014 12:55 pm
by djmt99
Yes please! See my reported issue, a few posts up (about window moving)

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Wed May 13, 2020 12:11 pm
by djmt99
eepman wrote: Tue Feb 11, 2014 11:32 am I haven't touched this script in quite a while, but I am also interested in fixing a few of the outstanding bugs and repairing some of the features that went missing from the original version. Maybe I'll get to working on this in the next few weeks... :wink:
It's been a few weeks! :)

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Fri Sep 25, 2020 8:45 am
by Erwin Hanzl
Hello eepman,

By the way, your download link is invalid
Sorry, Google translated

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Fri Sep 25, 2020 10:05 am
by eepman
Erwin Hanzl wrote: Fri Sep 25, 2020 8:45 am By the way, your download link is invalid
Sorry, Google translated
Hi Erwin,
I've updated the link the original post, thanks for the reply. I hope you find this extension useful.

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Mon Jan 04, 2021 12:17 pm
by Erwin Hanzl
by djmt99 » Wed May 13, 2020 12:11 pm

eepman wrote: ↑Tue Feb 11, 2014 11:32 am
I haven't touched this script in quite a while, but I am also interested in fixing a few of the outstanding bugs and repairing some of the features that went missing from the original version. Maybe I'll get to working on this in the next few weeks... :wink:

It's been a few weeks!
OLD: pPlaylistPanel.ShowCaption = false
NEW: pPlaylistPanel.ShowCaption = True

Code: Select all

Sub OnStartup
	Call VerifyConfig
	Call UI.AddOptionSheet("PlaylistPanel",Script.ScriptPath,"InitSheet1","SaveSheet1",-3)

	Set pPlaylistPanel = UI.NewDockablePersistentPanel("PlayListPanel") 
	if pPlaylistPanel.IsNew then 
		pPlaylistPanel.DockedTo = 2 
		pPlaylistPanel.Common.Width = 250 
	end if 
	pPlaylistPanel.Caption = "Playlist-Manager for ONE Song" 
	pPlaylistPanel.ShowCaption = True   '================== dockable panel by Erwin Hanzl OLD: False

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Fri Jan 15, 2021 11:17 am
by Erwin Hanzl
MMW 4.1.31.1919 Gold-Standardinstallation auf Windows 10-64Bit Pro Vers. 20H2
MMA 1.4.5.0960 Free Beta-Tester auf Huawei Mate 20 Pro 128 GB Android 10 | USB-Kabel-Sync
----------------------------------------------------------------------------------------------------------------------


ATTENTION: does NOT work with "MagicNodes"
ONLY FOR MediaMonkey Vers. 4
Does NOT work with "autoplaylists" or "imported playlists"


I took the trouble to make PlaylistManager functional and also to expand it.
- Dockable and sliding window
- Display mode: ONLY Tree
- Track mode: ONLY Selected track
- ONLY works with ONE marked music file
- Optional updating of a selection identifier in a selectable target field
- Menu: ... VIEW ... Playlist Panel

Testskin Dr.Sol Player Special 1.2.3.

@eepman
If you are interested in publishing it, please send me a PM with your private email address.
Then I will send you the .vbs and the skin.

Image

Image

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Sun Jan 24, 2021 8:00 am
by Erwin Hanzl
by Erwin Hanzl » 15 Jan 2021, 17:17
@eepman
If you are interested in publishing it, please send me a PM with your private email address.
Then I will send you the .vbs and the skin.
Hello eepman,

no interest?

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Sat Feb 13, 2021 10:28 pm
by 1001Musik
For me the playlist manager is one of the most important plugins.I would be very happy if the plugin was expanded with the code from Erwin Hanzl. I've tested it and I'm very happy about it.
What can I tell you, I am happy about the new possibilities. When adding a song, a value is written in the custom field. For me, that's the cherry on the cake.

I ask Eepman to expand the plugin with the code from Erwin Hanzl.

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Sun Jun 13, 2021 1:27 am
by Erwin Hanzl
Drakinite hat die Bedeutung dieses Scripts erkannt und versucht Urheberrechte mit "eepman" abzuklären um danach meine VBScript-Version in JavaScript für MM5 zu übersetzen.
Das Problem: "eepman" antwortet nicht.

Google-Translate:
Drakinite has recognized the importance of this script and tries to clarify copyrights with "eepman" and then translate my VBScript version into JavaScript for MM5.
The problem: "eepman" doesn't answer.

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Sun Jun 13, 2021 6:42 am
by 1001Musik
Schade, na dann muss ich eben weiter warten und hoffe das sich irgendwann eine Einigung erzielen lässt.

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Posted: Tue Jun 28, 2022 3:20 am
by Erwin Hanzl
I managed to optimize the "PlaylistManager" for MM4. It also behaves like "Playlist in Main Window" behaves.
In addition, I can write the playlist names alphabetically in a CustomX target field.

Image


Image