This website requires JavaScript.
Explore
Help
Sign In
nikdoof
/
tvorganise
Watch
1
Star
0
Fork
0
You've already forked tvorganise
mirror of
https://github.com/nikdoof/tvorganise.git
synced
2025-12-13 06:42:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
49
Commits
1
Branch
0
Tags
90033e4169a1c63c2334714bf272c2d62b87a308
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Andrew Williams
90033e4169
Use shutil.rename if on the same filesystem (move makes a copy first).
...
Suggested by the Python 2.6.4 documentation:
http://docs.python.org/library/shutil.html
2010-01-21 09:38:35 +00:00
.gitignore
Added gitingore (hides DS_Store and pyc files)
2008-04-27 21:37:35 +09:30
autoPathTv.py
Use shutil.rename if on the same filesystem (move makes a copy first).
2010-01-21 09:38:35 +00:00
checkFilms.py
Get full path to file, rather than a realtive one. Decrappify files in less roundabout and problem-causing way (used to split dir/file name, then rejoin the filenames to the location, which breaks if there is sub-directories)
2008-11-08 18:49:13 +10:30
checkTvEps.py
Move config into main(), moved filename_config import next to other imports
2008-12-29 17:18:53 +10:30
filename_config.py
Correctly decrappify filenames (removing .DS_Store and so on from checks)
2008-11-08 19:38:30 +10:30
setup.py
Added inital setup.py file
2008-12-29 17:01:09 +10:30
Description
No description provided
179
KiB
Languages
Python
99.7%
Makefile
0.3%