Skip to content

Releases: Aldaviva/WinampNowPlayingToFile

2.2.0.0

30 Oct 21:30
2.2.0.0
9434ecd
Compare
Choose a tag to compare
  • #15: Add current time to the variables
    • You can now add an {{Elapsed:m\:ss}} placeholder for the current playback position.
    • The value has millisecond resolution.
    • The text file will be updated once per second.
    • The value can be formatted like other TimeSpans such as Duration.

2.1.0.0

06 Oct 02:19
2.1.0.0
d032f65
Compare
Choose a tag to compare
  • #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

2.0.0.0

17 Aug 11:53
ccfa0e7
Compare
Choose a tag to compare
  • #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

1.1.0.0

03 Mar 15:42
43e83b4
Compare
Choose a tag to compare
  • #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

1.0.5.0

06 Sep 06:46
27b1579
Compare
Choose a tag to compare
  • 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).

1.0.4.0

13 Dec 12:57
Compare
Choose a tag to compare

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.

1.0.0.0

24 Jun 10:34
Compare
Choose a tag to compare
Added icon