Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junhoyeo/youtube-music-tabfs
Python Proof of Concept for retrieving Now Playing on YouTube Music with TabFS
https://github.com/junhoyeo/youtube-music-tabfs
tabfs youtube-music youtube-music-api
Last synced: 3 months ago
JSON representation
Python Proof of Concept for retrieving Now Playing on YouTube Music with TabFS
- Host: GitHub
- URL: https://github.com/junhoyeo/youtube-music-tabfs
- Owner: junhoyeo
- License: mit
- Created: 2021-01-02T09:23:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T09:24:23.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T05:22:02.686Z (7 months ago)
- Topics: tabfs, youtube-music, youtube-music-api
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 44
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Music TabFS
Python Proof of Concept for retrieving **Now Playing** on YouTube Music with [TabFS](https://github.com/osnr/TabFS).
```python
music_information = get_now_playing()
pprint(music_information)
``````json
{
"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.