TTsWeb / upload

Automatically exported from code.google.com/p/upload
0 stars 2 forks source link

Improvement: CAT test break also print out TAGS for filter debugging #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Suggestion of an improvement.

On line 490 (488-492:

# check if filters need to be tested
if [[ $TEST =~ cat ]]; then
    echo -e "\nfilter test complete\ncategory found: $CAT"
    exit 1
fi

Suggestion to add \ntags found: $TAG
making it:
echo -e "\nfilter test complete\ncategory found: $CAT\ntags found: $TAG"

Just an extra debugging line for those working with Filters. Some torrent sites 
are very strict about tags.

Original issue reported on code.google.com by lathan.b...@gmail.com on 24 Mar 2013 at 6:36

GoogleCodeExporter commented 9 years ago
Hmmm, does it even work this script?

Seems nothing is uploaded, despite the settings are made correctly and 
log-files does show completion.

Original comment by bluray2...@gmail.com on 29 Aug 2013 at 3:56

GoogleCodeExporter commented 9 years ago
The forked version I've worked on works. I'm not sure if this main trunk does. 
But the majority of it is sound.

You probably have some small problem in the configuration, it is a pain to get 
everything just right.

Original comment by lathan.b...@gmail.com on 8 Sep 2013 at 2:23

GoogleCodeExporter commented 9 years ago
Yeah it does work, but does take some setting up to get right.

DO NOT forget, you will likely have to make edits to your source code aswell to 
get it working.

U-232 has this working with it.

Original comment by stnr...@gmail.com on 7 Jun 2014 at 8:25