https://github.com/majiru/ytfs
Youtubefs
https://github.com/majiru/ytfs
Last synced: 5 months ago
JSON representation
Youtubefs
- Host: GitHub
- URL: https://github.com/majiru/ytfs
- Owner: majiru
- License: mit
- Created: 2019-12-21T15:51:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T18:30:24.000Z (almost 5 years ago)
- Last Synced: 2024-07-03T08:39:13.237Z (10 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-plan9 - ytfs - File system for playing youtube audio (Applications / Audio/music)
README
ytfs: a filesystem for playing audio from youtube videos on plan9.
Ytfs requires access to a unix system with ffmpeg, and youtube_dl to
convert the video to mp3.Usage:
% ytfs myUnixHost
% touch /n/ytfs/VideoID
% play /n/ytfs/VideoID.mp3The VideoID files are represented as mp3 files, and can be streamed or copied to disk.