Releases: Aldaviva/WinampNowPlayingToFile
Releases · Aldaviva/WinampNowPlayingToFile
2.2.0.0
2.1.0.0
- #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
- #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
- To supply a custom fallback image instead of deleting it, save the image as
- 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
- To supply a custom fallback image instead of deleting it, save the image as
- When playing a file with no album art, this plugin will delete the copied album art image by default
- #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
- #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:
- embedded metadata (highest priority)
%album%.bmp
(where%album%
is the song's album name from its metadata tags)%album%.gif
%album%.jpeg
%album%.jpg
%album%.png
*.nfo
(treat.nfo
file basename as image basename, e.gfoo.nfo
→foo.*
→foo.jpg
)cover.bmp
cover.gif
cover.jpeg
cover.jpg
cover.png
folder.bmp
folder.gif
folder.jpeg
folder.jpg
folder.png
front.bmp
front.gif
front.jpeg
front.jpg
front.png
albumart.bmp
albumart.gif
albumart.jpeg
albumart.jpg
albumart.png
1.0.5.0
- 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).