ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.

Home Page:http://www.ben-xo.com/dir2cast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include all mp3's

MattiasRensmo opened this issue · comments

Love this little program!

So far I'm just trying it out. And I'm wondering about "Number of items to show in the feed" with defaults to 10. I would want it to include all the MP3's in the folder. Is that possible in some way? Otherwise see this as a feature request.

Mattias in Sweden

Hi @Mrensmo !

I would suggest you just set ITEM_COUNT to something very large, for example 1000000000 (1 billion). Even if you add 1 MP3 per minute, it will take you almost 2000 years to reach that limit.

i've created a new branch - https://github.com/ben-xo/dir2cast/tree/feature/cache-id3-data-per-file - which caches the data from scanned files much better, so you can create very large feeds much more easily (as it will scan new files incrementally instead of rescanning all files every time). Please can you help me test @Mrensmo ?

This is now integrated since v1.20

HI, back from the dead...
It caches much better now but i got a new error. I will make a separate issue about that.

Thnks!