This commit is contained in:
hummypkg 2014-02-18 21:38:43 +00:00
parent df18688606
commit 64bb01aa7e
2 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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