Releases: Aldaviva/WinampNowPlayingToFile
Releases · Aldaviva/WinampNowPlayingToFile
3.0.0.0-beta.1
- #17, #18: Handle multiple text files, each with their own templates, instead of just one.
- #19: Added options to preserve text and album art files when not playing.
- Added
playbackStatefield. - Added JSON object output helper
#json. - Parse actual year from ISO-8601 dates in
yearmetadata field. - Parse invalid field values as
nullforlength,replaygain_*,bitrate,bpm,rating,track,disc, andgain - #23: Fixed error listing files in a directory that is on an unmountable network drive
2.2.0.0
- #15: Add current time to the variables
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:
AlbumArtistBitrateBPMCategoryCommentComposerConductorDirectorDiscFamilyGainGenreISRCKeyLengthLosslessLyricistMediaProducerPublisherRatingReplayGain_Album_GainReplayGain_Album_PeakReplayGain_Track_GainReplayGain_Track_PeakStereoSubtitleToolTrackTypeVBR
- 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
- Thanks to @MsJaye for the suggestion
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.pngin 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.pngin 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.pngin the Winamp installation directory
- To supply a custom fallback image instead of deleting it, save the image as
- Thanks to @Luna-Nocturna for the suggestion.
- 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
- Thanks to @Luna-Nocturna for help reproducing and testing this issue.
- 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.nfofile basename as image basename, e.gfoo.nfo→foo.*→foo.jpg)cover.bmpcover.gifcover.jpegcover.jpgcover.pngfolder.bmpfolder.giffolder.jpegfolder.jpgfolder.pngfront.bmpfront.giffront.jpegfront.jpgfront.pngalbumart.bmpalbumart.gifalbumart.jpegalbumart.jpgalbumart.png
- Thanks to @DougRedfield87 for reporting and helping investigate this.
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 supportederror messages being shown with stream URIs that end in a file extension (#5).- Thanks to @Dainah-0xdeadc0de for the report.