Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 494 Bytes

README.markdown

File metadata and controls

31 lines (20 loc) · 494 Bytes

Podcastfs

A FUSE filesystem that allows a user to mount a podcast rss and view it as a directory of mp3 files

Build project


mkdir bin
cmake ../src

make -j3

Create configuration

Create a file ~/.podcastfslist and insert one rss-url per line.

Run pcmount


mkdir p

[path to bin directory]/apps/pcmount/pcmount p

The directory p should now contain your mounted files.