Skip to content

Releases: Bleuzen/SpotRec

SpotRec 0.15.1

07 Dec 21:13
Compare
Choose a tag to compare
  • fixed add artwork for relative output paths (#18) (thanks to @Rijul-A)

SpotRec 0.15.0

07 Oct 20:37
Compare
Choose a tag to compare
  • added option to save album art in recorded files (@Rijul-A)
  • correctly handle slashes in filenames (@Rijul-A)
  • set fixed fragment_size for ffmpeg (should work better on pipewire)
  • timing tweaks
  • tracks are now always recorded to a hidden file first

SpotRec 0.14.0

17 Feb 20:40
Compare
Choose a tag to compare
  • Added new option (--internal-track-counter / -c) to use own track counter instead of album track number from Spotify. This can be used to preserve playlist order on disk. (#13)
  • The (--filename-pattern / -p) option does now support slashes in the pattern, allowing for creating sub directories. (#13)
  • Strip leading zeros in trackNumber file metadata
  • Small code improvements and cleanup

SpotRec 0.13.0

24 Dec 15:53
Compare
Choose a tag to compare
  • improved default recording padding times
  • always record on separate pulseaudio sink
  • rename "--mute-sink" option to "--mute-recording"
  • code improvements

SpotRec 0.12.0

09 Mar 23:09
Compare
Choose a tag to compare
  • Not record ads
  • Record to hidden files by default
  • Changed default output directory (to ~/SpotRec)

SpotRec 0.11.2

27 Feb 13:30
Compare
Choose a tag to compare
  • Fix for song names containing '/' (#6)

SpotRec 0.11.1

10 Nov 12:52
Compare
Choose a tag to compare
  • Fix: escape shell arguments (#5)

0.11.0

02 Oct 19:20
Compare
Choose a tag to compare
  • Removed not needed code
  • Now building with nuitka

SHA256SUM:
97c4e7fe4086e4a9ee184e2e5ffc477cc1b2e570eb42d84090f7215fb42b2a6a spotrec.bin

0.10.0

28 Sep 17:31
Compare
Choose a tag to compare
  • output files now have metadata
  • print bash commands in debug mode

0.9.0

22 Jul 23:50
Compare
Choose a tag to compare
  • set recording related volumes to 100% automatically
  • small code improvements