unicode
This commit is contained in:
parent
df18688606
commit
64bb01aa7e
@ -1,8 +1,9 @@
|
|||||||
Package: sweeper
|
Package: sweeper
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: misc
|
Section: misc
|
||||||
Version: 1.0.9
|
Version: 1.0.9-1
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
Maintainer: af123@hummypkg.org.uk
|
||||||
Depends: webif(>=1.0.6-7)
|
Depends: webif(>=1.0.8-6)
|
||||||
Description: Automatically manage single recording files.
|
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"
|
set entry "$dir/$e"
|
||||||
if {[file isdirectory $entry]} continue
|
if {[file isdirectory $entry]} continue
|
||||||
#if {![string match {*.ts} $entry]} continue
|
#if {![string match {*.ts} $entry]} continue
|
||||||
if {![regexp {^[\x01-\x7f]+\.ts$} $entry]} continue
|
|
||||||
|
|
||||||
log "+ Sweeper processing $entry" 2
|
log "+ Sweeper processing $entry" 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user