Skip to content

saleh77/spy-spotify

 
 

Repository files navigation

Spotify Logo

Spytify is a Spotify recorder for Windows which records Spotify audio without recording or playing ads, ensuring no loss in sound quality. It automatically splits songs into separate tracks and records to MP3 with media metadata, meaning you can start easily enjoying your music offline.

Spytify runs on Windows only. Requirements:

  • Microsoft Framework (.NET 4.6 or higher)
  • Spotify Desktop application

A free Spotify account will work, but restricts audio quality to 120 kbps. Having a Premium Spotify subsciption will enable recording of up to 320 kbps audio.

Spotify Recorder logs

How it works

Spytify records what your computer's sound card outputs. Spytify records the same quality that Spotify outputs, so the recorded version will be indistinguishable from Spotify's version. Spytify records at .mp3 quality, and not at higher qualities like .FLAC, since Spotify can only deliver 320 kbps audio quality.

App features

Feature Description
features No Ads Doesn't record ads and has an option to disable audio ads completely
features Mutes Other Apps Mutes any other applications while spying
features Great Audio Quality Gets and records with the same great audio quality than Spotify
features Normalize volume Max out the volume of your Spotify audio session to records all song at the same volume level delivered by Spotify

File features

  • Splits your recording session into individual tracks formatted using the Artist and Song Title, like so:
    • Artist - Track Title.mp3
  • Saves all recordings under the same path:
    • ../My Music/
  • Automatically adds following metadata to .mp3 file, if found:
    • # track
    • Track Title
    • Artist
    • Album Title
    • Album Art Cover
    • Genre

Recorded songs with album cover and media tags in Windows Explorer

Dependencies

  • .NET Framwork 4.6
  • Newtonsoft.Json
  • NAudio.Lame
  • last.fm API
  • Spotify API (see your Spytify.exe.config file)
  • taglib

Download

About

Records Spotify without ads while it plays and includes media tags to the recorded files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 83.3%
  • CSS 15.0%
  • HTML 1.7%