Ross
New Member
[originally misposted in the FOXSAT forum, because I'm tired and stupid]
Hi. I wonder if anyone can help with the following mystery. I have sweeper installed with the following rules:
This works well in almost every respect... apart from the titles of the films get stripped, so the Films folder looks like this:
As you can imagine, this provides me with a frustrating guessing game - trying to remember what these films are using reverse search in IMDB. I don't have a clue why this is happening. Does anyone have any ideas? Thanks in advance. Some version numbers:
I guess I have the latest sweeper, as there are "no packages for upgrade".
My only guess: I have the package newk installed. Do you think that conflicts with the Sweeper rules above?
Hi. I wonder if anyone can help with the following mystery. I have sweeper installed with the following rules:
Code:
# Remove New_ prefix.
recurse 1 filename New_* action {renamefile {%orig%regsub,New_\s*,,}}
# Remove New: prefix.
recurse 1 title New:* action {settitle {%orig%regsub,New:\s*,,}}
# Move any series recordings from a Children's channel (folder rule)
folder lcn {>= 120} lcn {<= 129} action {fileundercreate {Kids TV}}
# Move anything else recorded from a children's channel
lcn {>= 120} lcn {<= 129} action {move {Kids TV}}
# Move films to Films folder
genre Film schedduration {> 60} duration {> 60} action {move Films}
This works well in almost every respect... apart from the titles of the films get stripped, so the Films folder looks like this:
As you can imagine, this provides me with a frustrating guessing game - trying to remember what these films are using reverse search in IMDB. I don't have a clue why this is happening. Does anyone have any ideas? Thanks in advance. Some version numbers:
Code:
Custom firmware version: 3.03 (build 2368)
Humax Version: 1.03.12 (kernel HDR_CFW_3.03)
Loader Version: a7.30
I guess I have the latest sweeper, as there are "no packages for upgrade".
My only guess: I have the package newk installed. Do you think that conflicts with the Sweeper rules above?