Marius Jøhndal
Marius Jøhndal
Hi, Let's do this :) Castget is maintained but it's not a project that I follow up on on a daily basis any longer, so please expect less than instant...
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?
I agree that this is something we'd want, but I think we should keep `-1` the way it is and add this as a new option or as the possible...
Hard to say why this is happening but castget's strategy for determining whether it has already seen a file is a bit naive --- maybe too naive. It just looks...
Agree this is really dumb. As usual, there are a few options, in increasing order of complexity: 1. We can peek at the filenames in the feed and use whatever...
Can you add the URL to the RSS feed please?
This is a problem with the RSS parsing code, which fails to deduce a sensible filename for enclosures with filenames like `http://www.der-graue-rat.de/?download_media_file=864&ptm_source=feed&ptm_context=mp3&ptm_file=GrauerRat-032.mp3`. The strategy in https://github.com/mlj/castget/blob/d5a5ae6a4a50772b8e7f54c475ec5e66031d32ae/src/rss.c#L114 now is to chop...
Agreed that some kind of truncation would make sense. We already strip some bad characters from filenames in `sanitise_filename()` in `src/filenames.c`, which would be a sensible place to add this.
Except for creating a new directory if it does not already exist, this can be achieved by setting `spool` for the channel (which has to be the full path name...
Thanks for the suggestion! Given the scenario you describe, it sounds like having this as an option in `castgetrc` is the way to go.