WinampNowPlayingToFile

⚡ When Winamp plays a track, this plugin will save the track metadata and album art to files.

APACHE-2.0 License

Stars
13

Bot releases are visible (Hide)

WinampNowPlayingToFile - 2.1.0.0 Latest Release

Published by Aldaviva about 1 year ago

  • #14: allow any metadata field that Winamp can return to be used in a placeholder, and add all known fields to Insert menu in Settings dialog box
    • Documentation
    • New metadata fields:
      • AlbumArtist
      • Bitrate
      • BPM
      • Category
      • Comment
      • Composer
      • Conductor
      • Director
      • Disc
      • Family
      • Gain
      • Genre
      • ISRC
      • Key
      • Length
      • Lossless
      • Lyricist
      • Media
      • Producer
      • Publisher
      • Rating
      • ReplayGain_Album_Gain
      • ReplayGain_Album_Peak
      • ReplayGain_Track_Gain
      • ReplayGain_Track_Peak
      • Stereo
      • Subtitle
      • Tool
      • Track
      • Type
      • VBR
    • You can also use any other arbitrary field name outside of this set, it will just be passed along to Winamp and the resulting string will be filled in to your template
WinampNowPlayingToFile - 2.0.0.0

Published by Aldaviva about 1 year ago

  • #11, #13: Allow more flexibility with custom fallback images
    • When playing a file with no album art, this plugin will delete the copied album art image by default
      • To supply a custom fallback image instead of deleting it, save the image as emptyAlbumArt.png in the Winamp installation directory
      • This is a breaking change from 1.1.0.0 because the old behavior was to save a 1×1px black PNG instead of deleting it
      • To restore the previous behavior, save this PNG as emptyAlbumArt.png in the Winamp installation directory
    • Similarly, when stopping, pausing, or exiting Winamp, this plugin will delete the copied album art image by default
      • To supply a custom fallback image instead of deleting it, save the image as stoppedAlbumArt.png in the Winamp installation directory
  • #5: Additional fix to avoid a crash when playing a stream URL in Winamp
  • Show song filename in error message when an uncaught exception is thrown for easier diagnosis
WinampNowPlayingToFile - 1.1.0.0

Published by Aldaviva over 1 year ago

  • #9: Instead of only being able to extract album art embedded in audio files, this plugin now faithfully implements Winamp's album art discovery algorithm, falling back from embedded metadata to specifically named image files in the same folder:
    1. embedded metadata (highest priority)
    2. %album%.bmp (where %album% is the song's album name from its metadata tags)
    3. %album%.gif
    4. %album%.jpeg
    5. %album%.jpg
    6. %album%.png
    7. *.nfo (treat .nfo file basename as image basename, e.g foo.nfofoo.*foo.jpg)
    8. cover.bmp
    9. cover.gif
    10. cover.jpeg
    11. cover.jpg
    12. cover.png
    13. folder.bmp
    14. folder.gif
    15. folder.jpeg
    16. folder.jpg
    17. folder.png
    18. front.bmp
    19. front.gif
    20. front.jpeg
    21. front.jpg
    22. front.png
    23. albumart.bmp
    24. albumart.gif
    25. albumart.jpeg
    26. albumart.jpg
    27. albumart.png
WinampNowPlayingToFile - 1.0.5.0

Published by Aldaviva about 2 years ago

  • Fixed uncaught exception while manually typing placeholder names (#3).
  • Fixed template preset insertion does not moving insertion point to the end of the inserted text, making chaining annoying (#4).
  • Fixed repeated ArgumentException: URI formats are not supported error messages being shown with stream URIs that end in a file extension (#5).
WinampNowPlayingToFile - Album art

Published by Aldaviva almost 5 years ago

Added ability to extract the song's album art from its metadata to a file on disk.
Requires .NET Framework 4.7.2 or later.

WinampNowPlayingToFile - Initial release

Published by Aldaviva over 6 years ago