Announcement

Collapse
No announcement yet.

Winamp Skin Development Pack 5.9 [2022/08/22]

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    I notice that there are 2 versions of onTitleChange. There is:
    System.onTitleChange(String newtitle)
    and
    System.onTitle2Change(String newtitle2)

    Whatis the difference??????
    It is not documented.

    Comment


    • #17
      The difference is that...
      System.onTitle2Change(String newtitle2)
      ... doesnt work

      I think in the winamp3 days it was posible for the system to see what the next file will be... Doesnt work in winamp5.
      ClassicPro© v2.01 : This plugin allows you to use cPro skins in Winamp. ClassicPro skins are all SUI skins and loads very quickly. ClassicPro skins is even easier to skin than Winamp Classic skins. A new layout have been added since version 2.
      Download ClassicPro© ==== cPro Skins ==== ClassicPro© Homepage ==== SC Forums

      Comment


      • #18
        THank you. Ok, but at present onTitleChange doesn't work correctly as I have documented elsewhere. onTitleChange is always triggered when a track starts playing, not when the track changes. It used to work. So I was wondering if they had put the old function on the Title2change!

        Why is onTitle2Change still in the std file if it doesn't work??? Actually I would be happy if there were a function to return the name of the next track to play, and another for the last track in the playlist. And if the tags were available for the current track, whether it is playing or not. At present things like the length are only available while playing, but obviously it is available somewhere in the guts of Winamp.

        Comment


        • #19
          Originally posted by PepeSoft
          Hi Pimousse38
          1) Did you compiled Winamp Modern Skin, with new config.mi and std.mi from Winamp Skin Development Pack 1.0?

          2) When I compile this 1 file is not created: notifications_fade_times.maki
          What file I have to compile to create this?
          Thanks

          Ps: What with MAKI compiler for UTF-16 scripts?
          1) Yes, no problem

          2) Because, there is no script file notifications_fade_times.m
          Sorry for my bad English, i'm French

          my skin : Pimeer v2.2
          french community : Todae.fr

          Comment


          • #20
            Originally posted by Pimousse38
            Because, there is no script file notifications_fade_times.m
            Yes, there is no notifications_fade_times.m file in scripts directory. But there is compiled maki file with the same name. I wanted to compile it by myself.
            OFICJALNY POLSKI PAKIET JĘZYKOWY WINAMPA

            Polski Pakiet Językowy Winampa 5.92.0.10042
            (WINAMP 5.92.0.10042)
            Polski Pakiet Językowy Winampa 5.6.6.3516 (WINAMP 5.6.6.3516)

            WINAMP PL | NSIS PL | WINAMP ICON PACKS | WINAMP COLOR THEMES | ULTIMATE FILE MANAGER

            !!! PLEASE DONATE !!!

            Comment


            • #21
              ok i will release a new version soon, featuring glow.m and the editplus files i forgot about (hm i really was toooo tired...)
              WebSite: www.skinconsortium.com - Community for Userinterface Design & Coding
              Skins: Click Here

              Comment


              • #22
                thanks martin
                Sorry for my bad English, i'm French

                my skin : Pimeer v2.2
                french community : Todae.fr

                Comment


                • #23
                  The list of metadata tags is very handy, but some of them do not seem to work. "genre" and "srate" return as a null string. "stereo" only returns 1 or 0 for MP3 files, and null for FLAC, wave, and MP4. I assume that "srate" should return the conversion frequency. "bitrate" appears to work OK. With this it is possible to have the info displayed even when the current track is not being played, but since some info is missing or the tag name is possibly not correct in the list, this is still not possible. "length", "title", "comment" all appear to work well.

                  Comment


                  • #24
                    With a little more work, I found that "srate" does work, but only for MP3. The problem I saw with genre was fixed when I spotted my misspelling of genre. It seems that the metadata tags are only fully suppored for MP3.

                    Comment


                    • #25
                      you might be right, since the list was taken out of in_mp3 if i remember right
                      WebSite: www.skinconsortium.com - Community for Userinterface Design & Coding
                      Skins: Click Here

                      Comment


                      • #26
                        btw, notifications_fade_times.m was never distributed along w/ winamp5 - so i havn't this file
                        WebSite: www.skinconsortium.com - Community for Userinterface Design & Coding
                        Skins: Click Here

                        Comment


                        • #27
                          It is evident that the metadata needs to be uniformly handled in the other formats. My requirements are for srate, and stereo to be handled the same. All other things I have tested seem to work the same way. I suspect that VBR does not work.

                          Comment


                          • #28
                            As I suspected VBR only works for MP3. But "srate" used to work for MP3, and now does not work for any of the formats I have tested MP4, wave, &FLAC.

                            Comment


                            • #29

                              should contain the missing files?
                              WebSite: www.skinconsortium.com - Community for Userinterface Design & Coding
                              Skins: Click Here

                              Comment


                              • #30
                                Originally posted by martin.deimos
                                http://stashbox.org/47093/WaSDP_1.01.exe
                                should contain the missing files?
                                Hi Martin
                                Thanks for update. All missing files are included.
                                I compiled Big Bento. Everything ok, except this, take a look:

                                C:\Program Files\Winamp5.5\Skins\Big Bento\scripts>"C:\Program Files\Winamp5.5\m
                                c.exe" timecontrol.m
                                MC - Maki Compiler v1.1.3
                                (c)2001, Nullsoft Inc.

                                Preprocessing...
                                OK: 23 macro expansions, 79792 bytes, 2844 lines, 4 files

                                syntax error at lib\std.mi:35 [7] :

                                extern class @{51654971-0D87-4a51-91E3-A6B53235F3E7}@ @{00000000-0000-0000-0000-
                                000000000000}@ Object;


                                Exited with code 4


                                Winamp Modern Skin compiled without any errors.


                                Ps:If you have any idea about compile error in Big Bento please write here.
                                OFICJALNY POLSKI PAKIET JĘZYKOWY WINAMPA

                                Polski Pakiet Językowy Winampa 5.92.0.10042
                                (WINAMP 5.92.0.10042)
                                Polski Pakiet Językowy Winampa 5.6.6.3516 (WINAMP 5.6.6.3516)

                                WINAMP PL | NSIS PL | WINAMP ICON PACKS | WINAMP COLOR THEMES | ULTIMATE FILE MANAGER

                                !!! PLEASE DONATE !!!

                                Comment

                                Working...
                                X
                                😀
                                🥰
                                🤢
                                😎
                                😡
                                👍
                                👎