

- #Gpodder device sync metadata full
- #Gpodder device sync metadata download
- #Gpodder device sync metadata free

NOTE: the "Sort files" can also be set to "By Newest Date". Sort Directories - set to *Alphabetical".Rockbox -> Settings -> General Settings -> File View These settings are under the menu hierarchy: You can also sort directories based on their name. An alternative - Sorting in RockboxĪn alternative to renaming the files with a date prefixed is to configure Rockbox so that it sorts files based on their date. Once we've calculated the YYMMDD we use a simple mv command to rename the file. date +"%Y%m%d" -date The sign is important, it tells the date command that we're giving it seconds. This number of seconds is then used by the date command to determine the YYNNDD time for those seconds.
#Gpodder device sync metadata download
%Z Time of last change as seconds since Epoch gPodder lets you manage your Podcast subscriptions, discover new content and download episodes to your devices. The above technique is using the stat command to get the files' time of the last change in seconds since Epoch. Now the files are named like so: $ ls | paste. Run the above command as a one liner: $ for i in *.mp4 do dateString=$(date +"%Y%m%d" \ If you simply want to rename the files so that they include the YYMMDD_Podcast_Name.mp4 you can do so using this Bash script: $ for i in *.mp4 doĭateString=$(date +"%Y%m%d" -date -c %Z "$i")) It would be nice if this could be the episode's release date instead, but I'm already happy with just adding the current date. How can I get this done? Note that in my example, the only thing that gets added to the title is the current date. Line 45: new_filename = str(().strftime("%Y%b%d_")) + os.path.join(dirname, new_basename) I tried to modify this extension in /usr/share/gpodder/extensions/rename_download.py: How can I get this done? I know that there is a plugin called rename_downlad.py, which will convert the podcast name to. With the help of this app, you can easily access all the streaming sites to download your favorite stuff.
#Gpodder device sync metadata free
That way, even when sorting alphabetically, the podcasts would be in the right order. gPodder is a free-to-use and open-source web-based app that helps you to download and manage free audio and video content without any limitations. To overcome this, I'd like to change the podcast name right after downloading to something like:Ģ0130828_Easy_Linux_Remote_Desktop_LAS_s28e03.mp4 The thing is, the podcasts don't get sorted nicely on my iPod: everything will be sorted alphabetically.
#Gpodder device sync metadata full
Maybe just display random set of categories on discover screen, full alphabetical list in Categories detail view.To listen to my podcasts, I'm using Rockbox on my iPod Classic. Popular podcasts (worldwide, in own geographical area) per category. Then display a recommendation for each of the 10 podcasts a user listens most to (using local stats to determine which to poll against the server). I am subscribed to podcast A, the (other) most subscribed podcast by those that are subscribed to A is podcast B. ), or maybe PI can provide this as well, show which podcasts are popular among users that ~listen to~ are subscribed to/update feeds from a particular podcast. relevant publishers (not sure this would be possible as PI doesn’t contain such kind of metadata nor relevant images - should bring this up with them) What’s new (which podcasts were added to the Podcast Index the past week).

Podcast Index, Feeddirectory if the user is synching with that
