public
Description: Checks the naming of recorded/downloaded TV Episodes
Clone URL: git://github.com/dbr/checktveps.git
Search Repo:

dbr's checktveps Feed   feed

dbr committed to dbr/checktveps 11 days ago

8a6dc68ad61e684c8d8f0ca1dc37a22d1c51aa82

Slight change to valid path regexs

dbr committed to dbr/checktveps 11 days ago

ab41906965dd241b9b13768de504285d414e35a0

Added script to automatically move properly named files into the correct location

dbr committed to dbr/checktveps about 1 month ago

0ab75073fcb99a4c2182db960c4aed2d3d31fe47

Fixed same problem 2checkTvEps had - regexs didn't match until the end of the string (no trailing $)

dbr committed to dbr/checktveps about 1 month ago

87628e9ebfc2dcdb336a737623cb9a274dd66e16

Quick messy way of parsing [01x01-02] numbers, should move to name-parsing section, not array-output-formatting

dbr committed to dbr/checktveps about 1 month ago

352171823df6983c4fd0ce3afe52bf045b368918

Added start-of-line and end-of-line markers to regex's, as it previously allowed "Blah - [01x02] - Valid episode name until n$%^&ow.avi"

dbr committed to dbr/checktveps about 1 month ago

29c2e60bbcf903314bce8472e7d8e595d23caa44

Shows valid episodes, using ShowContainer and the other classes

dbr committed to dbr/checktveps about 1 month ago

6f40858821c1a82c82e66d5388184d27c884bfd1

Series of classes (ShowContainer, Show, Season, Episode) to replace the all_shows dict used previously, the __str__ output of ShowContainer returns a nicely formatted list of shows/seasons/episodes. Also added seq_display to condense list of numbers (eg, 1,2,3,4) to human-readable list (eg, 1-4)

dbr committed to dbr/checktveps about 1 month ago

6fad6aef87020a63a5f48e6293b065b571c65c7c

Made regex's far more readable/maintainable (moved valid characters in episode names to config dict, instead of duplicating the character class twice per regex", added more examples of valid names)

dbr committed to dbr/checktveps about 1 month ago

328a1d03f1cd6720087fd66353da3da4c4f89009

Retabbed (to 4-space soft-tab)

dbr committed to dbr/checktveps 2 months ago

2ed8fb56fed401eac1c0ec71c014cfb28bc37418

Improved output of invalid names

dbr committed to dbr/checktveps 2 months ago

83b0a5f3335af8fe479f35e5479a797e78255b30

Added regex match-groups to valid-data-dicts

dbr committed to dbr/checktveps 2 months ago
dbr committed to dbr/checktveps 2 months ago

8e5b6deb956854881aacbe0425e57403c3966b97

Changed no-files-found exit code to non-zero

dbr committed to dbr/checktveps 2 months ago

cad3bfc3bd606c3cd3637b743786ca767e987c64

Fixed end for current_file comment

dbr committed to dbr/checktveps 2 months ago

6460378f46f567efc87d5235243448aba15f07b9

Simlar to checkTvEps, but verifies films are in the format "The Film Name [2005].avi"

dbr committed to dbr/checktveps 2 months ago

7973abcadf2eb5b73a50ae440ec6dbc4c3452e5b

Added 2checkTvEps - similar concept to checkTvEps but does better checks (missing epsiode names, wrong paths etc)

bjeanes stopped watching checktveps 2 months ago
checktveps is at dbr/checktveps
bjeanes started watching checktveps 2 months ago
checktveps is at dbr/checktveps
bjeanes stopped watching checktveps 3 months ago
checktveps is at dbr/checktveps
bjeanes started watching checktveps 3 months ago
checktveps is at dbr/checktveps
dbr committed to dbr/checktveps 3 months ago

32a92b84cb7ea9d405a4dec2f7ac47a30f7ae0c3

Added gitingore (hides DS_Store and pyc files)

dbr committed to dbr/checktveps 3 months ago

bb72e6036113aa816ca1a0f01e0e613a282cff79

Added support for multiple regexs for valid episode names, and decrappify'ing regex (to remove valid, but non-video files)

dbr committed to dbr/checktveps 4 months ago

439f6562369f38e9d4e5e948a8fe0ae97db792d2

Accidently set colours for seasons with missing episodes to the same colours as valid seasons. It is now red.

dbr committed to dbr/checktveps 4 months ago

c64b9fe7e3f153ba68694e651bc1177dba0e7eee

Added support for [05x01-02] numbering

dbr created checktveps 4 months ago
New repository is at dbr/checktveps