Skip to content

junhoyeo/youtube-music-tabfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages