TheFrenchGhosty

Results 167 comments of TheFrenchGhosty

@akhilrex Here is a tree of the issue: ``` /path/to/Podcasts/ ├── 2018-04-17-Late-Night-Linux-–-Episode-35.mp3 ├── 2018-05-01-Late-Night-Linux-–-Episode-36.mp3 ├── 2018-05-05-Late-Night-Linux-Extra-–-Episode-01.mp3 ├── 2018-05-15-Late-Night-Linux-–-Episode-37.mp3 ├── 2018-05-21-Late-Night-Linux-Extra-–-Episode-02.mp3 ├── 2018-05-28-Late-Night-Linux-–-Episode-38.mp3 ├── 2018-06-04-Late-Night-Linux-Extra-–-Episode-03.mp3 ├── 2018-06-11-Late-Night-Linux-–-Episode-39.mp3 ├── 2018-06-18-Late-Night-Linux-Extra-–-Episode-04.mp3 ├── 2018-06-26-Late-Night-Linux-–-Episode-40.mp3...

@akhilrex ``` version: "2.1" services: podgrab: image: akhilrex/podgrab container_name: podgrab environment: - CHECK_FREQUENCY=240 - PASSWORD=[REDACTED] volumes: - /path/to/podgrab/config:/config - /path/to/Podcasts:/assets ports: - 127.0.0.1:9045:8080 restart: unless-stopped ```

@akhilrex There's no volumes, it's just mount-points (and if you need them I'd rather send them to you privately if that's okay).

@akhilrex Here: https://bin.disroot.org/?80bcef1d974c8a0e#B27VgVyGbMDAprGaYP9LqF9aXK75QWRC7aaPEtM6t4Y1 (note: the link expires in 24 hours)

@akhilrex I just updated Podgrab to latest (2021.11.11), removed both buggy feeds, removed their files (and the buggy files), added them back, and made Podgrab redownload them: it's not broken...

@akhilrex ... Well the bug seems to still be here: I just checked today and the files have been recreated (all the episodes were downloaded yesterday when I thought it...

``` https://latenightlinux.com/feed/mp3 Response status: 200 OK https://latenightlinux.com/feed/extra Response status: 200 OK Processing episodes: 139 /assets/[REDACTED].mp3 /assets/2021-09-12-Late-Night-Linux-Extra-–-Episode-30.mp3 /assets/2021-08-29-Late-Night-Linux-Extra-–-Episode-29.mp3 /assets/2021-08-23-Late-Night-Linux-–-Episode-139.mp3 /assets/2021-08-31-Late-Night-Linux-–-Episode-140.mp3 /assets/2021-09-06-Late-Night-Linux-–-Episode-141.mp3 /assets/2021-08-17-Late-Night-Linux-–-Episode-138.mp3 /assets/2021-08-09-Late-Night-Linux-–-Episode-137.mp3 /assets/2021-08-15-Late-Night-Linux-Extra-–-Episode-28.mp3 /assets/2021-08-01-Late-Night-Linux-Extra-–-Episode-27.mp3 /assets/2021-08-03-Late-Night-Linux-–-Episode-136.mp3 /assets/2021-07-18-Late-Night-Linux-Extra-–-Episode-26.mp3 /assets/2021-07-06-Late-Night-Linux-–-Episode-132.mp3 /assets/2021-07-26-Late-Night-Linux-–-Episode-135.mp3 /assets/2021-07-12-Late-Night-Linux-–-Episode-133.mp3 /assets/2021-07-20-Late-Night-Linux-–-Episode-134.mp3...

@allendema I don't personally have a good way to test PRs sadly, I use the docker image.

@allendema @tiekoetter Thanks to both of you :)

@tiekoetter Not having video isn't really a problem for me personally. Academic would be nice to have, but again, not really a problem. So, now that the image category is...