Youtube Music Tabfs Save

Python Proof of Concept for retrieving Now Playing on YouTube Music with TabFS

Project README

Youtube Music TabFS

Python Proof of Concept for retrieving Now Playing on YouTube Music with TabFS.

music_information = get_now_playing()
pprint(music_information)
{
  "title": "Ruthless(피처링: 제이 크리치)",
  "artist": "Lil Tjay",
  "progress": 94,
  "duration": 245
}
  • Optional Parameter tabfs_path_from_title is available in get_now_playing. Default value is ./tabfs/fs/mnt/tabs/by-title under the current user's home directory.

  • progress and duration are in numbers.

Open Source Agenda is not affiliated with "Youtube Music Tabfs" Project. README Source: junhoyeo/youtube-music-tabfs
Stars
44
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating