Eric Le Lay

Results 163 comments of Eric Le Lay

Yes, we need to discuss more before adding a *Redownload* function. @Dakforever what is your actual use case? If needing to re-download I would delete the episode, switch views to...

This is a windows related issue : the download folder is also renamed but since windows filesystem isn't case sensitive it will fail. We should do better and work around...

Yes, you're right: it works on NTFS.

two random thoughts: 1. yes, use a random name as temporary name, maybe with `mkdtemp` or with a counter as @auouymous said 2. use `oldname.tolower() == newname.tolower()` as a condition....

Indeed, it seems like gio doesn't work on windows. We moved from standard file operations to GIO to be able to sync episodes to MTP devices. This is an improvement...

Thanks for looking into it. I've found the issue and will make a PR in a minute

The PR is #1191 There will be a windows build to test soon or you can patch your gpodder install with the fix. We use the python gobject bindings of...

I've merged both windows PR so we could test with all changes. I can't reproduce your issue, with gpodder portable installed to `C:\gpodder-3.10.21-portable` and the fix from #1191. I've added...

Sorry about that and the delay: I had escaped too much the path in the is_absolute_uri test. I've just pushed the fix in b8065cadf7fc2. Please can you [try it](https://ci.appveyor.com/project/elelay/gpodder/builds/41692959/artifacts) once...

Hi, this warning is harmless. I also have it but gpodder-portable from this build (https://ci.appveyor.com/project/elelay/gpodder/builds/41692959/artifacts) works fine. Can you try running gPodder in debug mode, to gather more info about...