mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
[Feature] bookmark.ignore to selectively ignore or include directories
allows blacklist / whitelisting of bookmarks by directory Change-Id: I4eb684bb5775d1bba1c97b416e7d25e4763be553
This commit is contained in:
parent
c7dfb9f916
commit
a8f6ddc5ed
3 changed files with 94 additions and 16 deletions
|
|
@ -395,6 +395,9 @@ sub buildzip {
|
|||
# create the file so the talkclip generation skips this folder
|
||||
open(IGNORE, ">$temp_dir/talkclips.ignore") || die "can't open talkclips.ignore";
|
||||
close(IGNORE);
|
||||
# create the file so bookmark generation skips this folder
|
||||
open(IGNORE, ">$temp_dir/bookmark.ignore") || die "can't open bookmark.ignore";
|
||||
close(IGNORE);
|
||||
|
||||
# the samsung ypr0 has a loader script that's needed in the zip
|
||||
if ($modelname =~ /samsungypr[01]/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue