mlj/castget

Playlist isn't generated for already downloaded podcast

Opened this issue · 2 comments

How to reproduce issue:

Put in ~/.castgetrc: (replace home directory with your own home directory)

[hpmor] url=https://feeds.feedburner.com/HarryPotterAndTheMethodsOfRationalityThePodcast spool=/home/elonsatoshi/Audio/MethodsOfRationality/

Run castget.

When podcast is finished downloading, add playlist:

[hpmor] url=https://feeds.feedburner.com/HarryPotterAndTheMethodsOfRationalityThePodcast spool=/home/elonsatoshi/Audio/MethodsOfRationality/ playlist=/home/elonsatoshi/Audio/MethodsOfRationality.m3u

Run ls ~/Audio/MethodsOfRationality.m3u

Expected result:

/home/elonsatoshi/Audio/MethodsOfRationality.m3u

Actual result:

ls: cannot access '/home/elonsatoshi/Audio/MethodsOfRationality.m3u': No such file or directory

mlj commented

Not sure I understand: Do you mean that if you run castget between adding playlist to .castgetrc and running ls, you expect to find a generated playlist?

Yes. I expect castget to generate a playlist that includes any previously downloaded files.