Skip to content

Commit 89ee25a

Browse files
committed
plugins: mp4chapters_to_cue: Generate cue from Nero/Apple chapters in mp4 files
Initial version Change-Id: Id463fe345513254da264cd4332d86f6f67ff80c7
1 parent 71f1142 commit 89ee25a

File tree

5 files changed

+673
-1
lines changed

5 files changed

+673
-1
lines changed

apps/plugins/CATEGORIES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,5 @@ xobox,games
208208
xrick,games
209209
xworld,games
210210
zxbox,viewers
211-
view_text,viewers
211+
view_text,viewers,
212+
mp4chapters_to_cue,viewers

apps/plugins/SOURCES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stopwatch.c
4040
#endif
4141
theme_remove.c
4242
vbrfix.c
43+
mp4chapters_to_cue.c
4344
md5sum.c
4445
dice.c
4546
disktidy.c

apps/plugins/SOURCES.app_build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ search.c
1212
sort.c
1313
theme_remove.c
1414
vbrfix.c
15+
mp4chapters_to_cue.c
1516
view_text.c
1617
#if PLUGIN_BUFFER_SIZE >= 0x80000
1718
boomshine.lua

0 commit comments

Comments
 (0)