PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

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: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by Erwin Hanzl » Tue Jun 28, 2022 3:20 am

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

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by 1001Musik » Sun Jun 13, 2021 6:42 am

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)

by Erwin Hanzl » Sun Jun 13, 2021 1:27 am

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)

by 1001Musik » Sat Feb 13, 2021 10:28 pm

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)

by Erwin Hanzl » Sun Jan 24, 2021 8:00 am

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)

by Erwin Hanzl » Fri Jan 15, 2021 11:17 am

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)

by Erwin Hanzl » Mon Jan 04, 2021 12:17 pm

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)

by eepman » Fri Sep 25, 2020 10:05 am

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)

by Erwin Hanzl » Fri Sep 25, 2020 8:45 am

Hello eepman,

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

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

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! :)

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by djmt99 » Tue Feb 11, 2014 12:55 pm

Yes please! See my reported issue, a few posts up (about window moving)

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by eepman » 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:

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by 76firefly » Mon Feb 10, 2014 9:44 pm

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)

by djmt99 » Thu Aug 01, 2013 3:52 pm

I can toggle the window, but how can I reposition or move it?

Re: PlaylistManager (Revamp of PlaylistPanel, MM4 ONLY)

by JCfantasy23 » Sun Dec 16, 2012 9:18 pm

nohitter151 wrote:
JCfantasy23 wrote:I installed it but it's not working for me. It's there but not interactive or what I was looking for, mine may be buggy. How do I uninstall it? can't find the file in the MM folder.
Tools > Extensions > Uninstall
Wow, no idea how I missed this all these years.

Going to help me with more than just this, thanks.

Top