0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed some print statements from testing and fixed comparison on show names More... over 14 years ago
added a private build regex method to fix season/episode digit length tickets added method to read an exceptions file added method to remove part from the multiple episode section updated position of the the method More... over 14 years ago
added scaffold tests for removing the part section in a multiple episode and replacing the name of a show from the exceptions in the renamed file name More... over 14 years ago
updated test names to be more concise and added tests for specifying the number of digits in both season and episode numbers More... over 14 years ago
added exceptions file for testing More... over 14 years ago
updated -t option so no value has to be passed in More... over 14 years ago
updated the format_output method to allow no regex to be passed in created method to allow the setting of the position of the 'the' at the beginning of a shows name More... over 14 years ago
added the -t switch to allow a user to specify if they want a series name that begins with 'the' to have that 'the' moved to the end of the name. More... over 14 years ago
created a class level working directory definition and changed the test cases to respect this. Moved one testcase to the auto_move class where it was better suited. More... over 14 years ago
created class level working and automove directory definitions and updated the rest of the tests to respect this added two test cases from the core test file that were better suited to this file. More... over 14 years ago
removed some cached lookups from tracking More... over 14 years ago
added format_output passed ready for later updated build_path to separate parameters for each of the episode details updated clean_names to take variables added docstring to rename and updated to return a string of the updated filename More... almost 15 years ago
updated call to build_path for new method parameters More... almost 15 years ago
added teardown and updated setup More... almost 15 years ago
added teardown method and commented out already named exception More... almost 15 years ago
removed unneeded teardown method More... almost 15 years ago
changed auto_move tests to tear down correctly and check actual file structure/filename when fully renaming More... almost 15 years ago
added docstring to build auto move path More... almost 15 years ago
replaced double quotes with single quotes to maintain consistency and added the ability to specify season and episode numbers through the script More... almost 15 years ago
added tests to check using the auto_move feature, with checking the construction of the auto_move path actually filled in. core updated to use a private method for building the auto_move path, which can now build the auto_move path as needed line commented out in extract file details as its purpose is unknown! More... almost 15 years ago
added clean_names method, which will allow the user to clean the series and episode name of an episode before renaming the file fixed a spelling mistake in the build_path docstring changed the regex in extract_episode_details_from_file to add the format series.000.xxx to the list of default file formats and updated its docstring More... almost 15 years ago
cleaned up script More... almost 15 years ago
updated tests for extracted file info against the three base file formats More... almost 15 years ago
removed instantiate test from extracting test file and removed already named exception from exceptions raised tests More... almost 15 years ago
added docstring for AlreadyNamedException More... almost 15 years ago
using custom name is now correctly passed into core More... almost 15 years ago
commented out hardcoded value that I left in from testing like a n00b - oops More... almost 15 years ago
-n option enabled to allow name to be specified, otherwise the series name returned by thetvdb lib is used More... almost 15 years ago
updated cores build_path to allow a series name to be specified More... almost 15 years ago
thetvdb lib now returns a formatted series name, tests have been updated accordingly More... almost 15 years ago