forked from hummypkg/sweeper
unicode
This commit is contained in:
parent
df18688606
commit
64bb01aa7e
@ -1,8 +1,9 @@
|
||||
Package: sweeper
|
||||
Priority: optional
|
||||
Section: misc
|
||||
Version: 1.0.9
|
||||
Version: 1.0.9-1
|
||||
Architecture: mipsel
|
||||
Maintainer: af123@hummypkg.org.uk
|
||||
Depends: webif(>=1.0.6-7)
|
||||
Description: Automatically manage single recording files.
|
||||
Depends: webif(>=1.0.8-6)
|
||||
Description: Automatically manage single recording files. [Fix for recordings with unicode characters in their name]
|
||||
Tags: http://hummy.tv/forum/threads/sweeper-file-away-one-off-recordings.3843/
|
||||
|
@ -330,7 +330,6 @@ proc ::sweeper::apply {dir cf} {
|
||||
set entry "$dir/$e"
|
||||
if {[file isdirectory $entry]} continue
|
||||
#if {![string match {*.ts} $entry]} continue
|
||||
if {![regexp {^[\x01-\x7f]+\.ts$} $entry]} continue
|
||||
|
||||
log "+ Sweeper processing $entry" 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user