Custom Properties Panel v3.3.4 (17-08-08) [MM3]

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: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by skafan » Mon Apr 23, 2012 7:45 pm

I agree! the only reason I will not upgrade to MM$ is because I am affraid to lose this script. Anybody want to take it over. Unfortunately I have no talent.

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by skafan00 » Wed Feb 22, 2012 8:35 pm

Why is this script unavaiable now? I nderstand if you don't want to keep it updated anymore, but why take it away? I love this script (I am using version 2.2.3) and the only reason I will mot upgrade to MM$ is because I am afraid of losing the functionality. Can I find the latest version of this script anywhere?

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by djmt99 » Sat Dec 24, 2011 1:29 pm

I'd prefer not to use the tags of a song, however Custom Properties Panel seems to be working in MM4.

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by Eyal » Sun Dec 18, 2011 2:07 am

djmt99 wrote:I was really hoping to see something like this script continued on. It was working fine with MM3 and need to dig up the last known mmip that I have to try on MM4.

Is there anything like this (or Playlist Sandbox, even)? I see http://www.mediamonkey.com/forum/viewto ... =2&t=39589, but that doesn't really do it for me.
Maybe CustomFieldsTagger v1.0.3 [MM3+4] ? http://www.mediamonkey.com/forum/viewto ... =2&t=58583

:~)

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by djmt99 » Sat Dec 17, 2011 11:31 am

I was really hoping to see something like this script continued on. It was working fine with MM3 and need to dig up the last known mmip that I have to try on MM4.

Is there anything like this (or Playlist Sandbox, even)? I see http://www.mediamonkey.com/forum/viewto ... =2&t=39589, but that doesn't really do it for me.

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by tgriff9020 » Thu Jun 11, 2009 11:01 am

Hey Mo,
I know you dont have this script available anymore, just wondering if you will be updating it in the future, It wont work for me with 3.1.

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by irshjet35 » Fri May 15, 2009 4:44 pm

Thanks Mo, I will try this now

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by MoDementia » Fri May 15, 2009 4:38 pm

Lines 1635 to 1665
Either just show the first cover xCounter = 0
or
Add a check for objSongData.AlbumArt.Item(xCounter).ItemType = Cover (Front) 3?
and exit the loop. Need to make sure it only does the then part of

Code: Select all

        If xCounter = 0 Then
          ThisData = "AlbumArt\" & ThisFilename
        Else
          ThisData = ThisData & "|||" & "AlbumArt\" & ThisFileName
        End If

Code: Select all

      For xCounter = 0 to objSongData.AlbumArt.Count-1
        If objSongData.AlbumArt.Item(xCounter).ItemStorage = 1 Then
          ExtFilename = objSongData.AlbumArt.Item(xCounter).PicturePath
          pos = InStrRev(ExtFilename,".")
          ThisArtExt = Right(ExtFileName,RightNbr)
          ThisFilePath = ArtFolder & objSongData.AlbumArt.Item(xCounter).ItemType & "_" & xCounter & "." & ThisArtExt
          ThisFileName = objSongData.AlbumArt.Item(xCounter).ItemType & "_" & xCounter & "." & ThisArtExt
          If NOT FSO.FileExists(ExtFilename) Then
            ThisFileName = "File Not Accessible " & ExtFilename
          Else
            FSO.CopyFile ExtFilename,ThisFilePath,True
          End If
        Else
          If FSO.FileExists(objSongData.Path) Then
            ThisArtExt = Replace(objSongData.AlbumArt.Item(xCounter).Image.ImageFormat,"image/","")
            ThisArtExt = Replace(ThisArtExt,"x-","")
            ThisFilePath = ArtFolder & objSongData.AlbumArt.Item(xCounter).ItemType & "_" & xCounter & "." & ThisArtExt
            ThisFileName = objSongData.AlbumArt.Item(xCounter).ItemType & "_" & xCounter & "." & ThisArtExt
            Set CoverFile = TFS.CreateTextFile(ThisFilePath, True) 
            CoverFile.WriteData objSongData.AlbumArt.Item(xCounter).Image.ImageData, objSongData.AlbumArt.Item(xCounter).Image.ImageDataLen 
            CoverFile.Close
          Else
            ThisFileName = "File Not Accessible " & objSongData.Path
          End If
        End If
        If xCounter = 0 Then
          ThisData = "AlbumArt\" & ThisFilename
        Else
          ThisData = ThisData & "|||" & "AlbumArt\" & ThisFileName
        End If
      Next

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by irshjet35 » Fri May 15, 2009 3:32 pm

Looking for a lottle help with this script. I have it and like it alot, but am looking for a way to show only 1 album art instead of all. I looked through the script and really couldnt reconize where this setting was. Any help would be appreciated

Thanks

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by wutzin » Sat May 09, 2009 8:22 am

if you're looking for a way to find out easily which tracks are on a playlist, you should reply to this threat in the wishlist forum to show the developers that there is user interest for this:

http://www.mediamonkey.com/forum/viewto ... =4&t=35577

(a request to add an optional "playlists" column to the standard library view that shows on what playlists the track appears)

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by vanmeterannie » Sat Apr 25, 2009 8:26 am

Understood. In that case, is there any other script around that does something similar, i.e., will allow you to see at a glance if a track is in a playlist without having to go to the Classification tab?

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by rovingcowboy » Sat Apr 25, 2009 6:21 am

when a script link doesn't work its more likely been removed from the server and they did not remember to or could not find the post they had it in here. to remove it from the post, 8)

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by JCfantasy23 » Sat Apr 25, 2009 1:33 am

Ive noticed a lot of these scripts are no longer available, anyone know why?

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by vanmeterannie » Sat Apr 25, 2009 1:22 am

Is this script still available anywhere? The most recent link I could see doesn't seem to be working.

Re: Custom Properties Panel v3.3.4 (17-08-08) [MM3]

by MoDementia » Sat Jan 17, 2009 5:49 pm

Hmm I think there is an issue with explaining how to set up a custom panel, some users maybe doing something to create the error.

If you list the properties you wish to see in the panel, I will set it up and post the resulting Scripts\PropertiesPanel\PropertiesPanel.ini

This hopefully will get past the initial error and you can play with it from there?

PS I haven't tested it with 3.1 but I'm sure it should still work.

Top