Skip to content

Commit 1d45772

Browse files
committed
add rockbox_mp4_convert script to the README file
1 parent 5fe7249 commit 1d45772

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

README.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ Split mp3 files in ranges of 10 minutes when the files are copied to the device.
3939
Homepage: http://mp3splt.sourceforge.net/
4040

4141

42-
## zpravy
43-
44-
The $subj podcast rss does not contain id and pubdate. Because of the missing guid gPodder reports always "no new episodes" for the podcast.
45-
This hook script fixes this. The pubdate can be calculated from the audio file url and I used the same number as guid.
46-
47-
4842
## reset_etag
4943

5044
Resets the etag and last modified information for a podcast. This could be necessary if the server lies about the last modified state.
@@ -69,6 +63,29 @@ The reason for this script is that my media player (MEIZU SL6) could not handle
6963
Mutagen is a Python module to handle audio metadata.
7064

7165

66+
## rockbox_mp4_convert
67+
68+
This script converts any mp4 videos to play on a Sansa Fuze with rockbox installed
69+
70+
### Requirements
71+
72+
- python-kaa-metadata
73+
74+
Homepage: http://freevo.org/kaa
75+
76+
Kaa Metadata is a Media Meta Data retrieval framework. It retrieves metadata from mp3, ogg, avi, jpg, tiff and other file formats. Among others it thereby parses ID3v2, ID3v1, EXIF, IPTC and Vorbis data into an object oriented struture.
77+
78+
- python-dbus
79+
80+
simple interprocess messaging system (Python interface)
81+
82+
- ffmpeg
83+
84+
Homepage: http://www.ffmpeg.org/
85+
86+
Multimedia player, server, encoder and transcoder
87+
88+
7289
## tagging_hook
7390

7491
This hook script adds episode title and podcast title to the audio file
@@ -108,3 +125,9 @@ This github repository includes two options to configure your gPodder installati
108125
Homepage: http://steghide.sourceforge.net/
109126

110127
Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files.
128+
129+
130+
## zpravy
131+
132+
The $subj podcast rss does not contain id and pubdate. Because of the missing guid gPodder reports always "no new episodes" for the podcast.
133+
This hook script fixes this. The pubdate can be calculated from the audio file url and I used the same number as guid.

0 commit comments

Comments
 (0)