PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

76firefly
Posts: 53
Joined: Fri Nov 12, 2010 8:10 pm

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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.
eepman
Posts: 45
Joined: Sun Aug 02, 2009 2:45 pm
Location: basement
Contact:

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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:
radium.io -- build software fearlessly
djmt99
Posts: 153
Joined: Sat Jan 31, 2009 2:36 pm
Location: Worcester, MA

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post by djmt99 »

Yes please! See my reported issue, a few posts up (about window moving)
Disc Jockey (DJ & VJ) ; AV & Lighting Tech ; Music Lover of all types
MediaMonkey Gold - Proud Lifetime License holder, Since Aug 2008
djmt99
Posts: 153
Joined: Sat Jan 31, 2009 2:36 pm
Location: Worcester, MA

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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! :)
Disc Jockey (DJ & VJ) ; AV & Lighting Tech ; Music Lover of all types
MediaMonkey Gold - Proud Lifetime License holder, Since Aug 2008
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post by Erwin Hanzl »

Hello eepman,

By the way, your download link is invalid
Sorry, Google translated
Last edited by Erwin Hanzl on Fri Sep 25, 2020 10:56 am, edited 1 time in total.
MMW 4.1.31.1919 Gold-Standardinstallation
eepman
Posts: 45
Joined: Sun Aug 02, 2009 2:45 pm
Location: basement
Contact:

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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.
radium.io -- build software fearlessly
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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
MMW 4.1.31.1919 Gold-Standardinstallation
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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
Last edited by Erwin Hanzl on Tue Feb 07, 2023 12:27 am, edited 9 times in total.
MMW 4.1.31.1919 Gold-Standardinstallation
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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?
MMW 4.1.31.1919 Gold-Standardinstallation
1001Musik
Posts: 195
Joined: Mon Dec 28, 2020 2:19 am

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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.
WiFi Syncing
MM Gold 5.1.0.2813 auf Windows 10 Pro 64 Bit "portable Installation"
MM Android 2.0.0.1099 Pro auf folgenden Geräten

Samsung S23 Ultra / Tablet: Samsung Galaxy Tab S8 Ultra
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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.
MMW 4.1.31.1919 Gold-Standardinstallation
1001Musik
Posts: 195
Joined: Mon Dec 28, 2020 2:19 am

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post by 1001Musik »

Schade, na dann muss ich eben weiter warten und hoffe das sich irgendwann eine Einigung erzielen lässt.
WiFi Syncing
MM Gold 5.1.0.2813 auf Windows 10 Pro 64 Bit "portable Installation"
MM Android 2.0.0.1099 Pro auf folgenden Geräten

Samsung S23 Ultra / Tablet: Samsung Galaxy Tab S8 Ultra
Erwin Hanzl
Posts: 1189
Joined: Tue Jun 13, 2017 8:47 am
Location: Vienna

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Post 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
MMW 4.1.31.1919 Gold-Standardinstallation
Post Reply