Skip to content

bjesus/tidalfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidal File System

TidalFS is a FUSE based file system that mounts the Tidal music streaming service as a local directory. All songs appear as local music files, and you can use any music player application to play them.

video.webm

Features

  • Search by artist, album, or track title
  • Favorites
  • Artist Top Tracks
  • Artist Radio
  • Similar Artists
  • Playlists
  • Recent searches
  • Search using mkdir
  • Mark as favorite (using chmod?)

Using TidalFS

  1. Clone it: git clone this repo
  2. Install deps: pip install -r requirements.txt
  3. Mount it: python.py tidalfs.py /path/to/your/dir

Why?

I originally created TidalFS so I can use it inside [Home Assistant] Media Browser, since it only supports local files. However, you can use TidalFS to make any application able to use Tidal. You can also use it together with rsync to maintain a local backup of your favorite albums.

About

FUSE based Filesystem that exposes the Tidal music streaming service as local files and directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages