anewuser

Results 140 comments of anewuser

Thank you for this extension, but could you add a simple list showing when each subscription was last updated too? With the current algorithm, these two podcasts seem to be...

The second show was last updated 2 years and 8 months ago. It *is* dead. The thing is that, while some podcasts get scarce updates, this one used to be...

>There is no way to tell what icons gpodder uses. This can actually be done by just monitoring the process: ![gpodder](https://user-images.githubusercontent.com/6733770/179742346-4f5f74c0-e1dd-41be-8d40-ca85063d5b2d.png) However, if you can automate it, that's a better...

@falcorr what Windows version do you have? I'm on Windows 10 21H2 and it lets me disable or even customize gPodder notifications. I see a separate entry for PowerShell down...

I hadn't noticed that it changes the folder name too. I should mention then that my download folder is on an exFAT partition, which is known to fail in this...

What about using this logic with the appropriate syntax: ``` if(typed_title.length == current_title.length){ rename(typed_title+"temp"); rename(typed_title) } else{ rename(typed_title) } ```

>Renaming isn't a performance critical task I know, but I felt that elelay was uncomfortable with the idea of renaming everything for everyone twice just for the sake of the...

>It doesn't matter what the suffix is, there is always a possibility some channel name will contain it. Give [a monkey with a typewriter](https://en.wikipedia.org/wiki/Infinite_monkey_theorem) infinite time and there will even...

>Can Windows have files and directories beginning with a period? Windows 10 can, but you can't have a folder and a file named `.name` in the same place at the...

I was just answering the question about Windows. This information might be useful to you in the future.