An AppleScript and shell script based program to watch a folder, automatically convert video files added to said folder, and automatically tag them using TheTVDB.com's API.
Stars
9
Forks
0
Watchers
9
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
set disk tag -> season number, track tag -> episode number
7ee6196View on GitHubfix silly mistake in log file name determination that broke progress display
52c0c1fView on GitHubfixed progress bar -- it was just an extraneous apostrophe. removed some debugging code along the way that i'm too lazy too put back because i assume it doesn't really need to be there necessarily anyway.
bf49bcdView on GitHubadd a sort of sanity check -- if the current art on the file is less than a kilobyte in size, it's garbage
62ee8bcView on GitHubAll paths in detail.sh that lead to attempted tagging should lead to optimization now
bd6c4fdView on GitHubLots of fixes here. Basically I suck at shell, so I had to check out r138 before Mike's attempted fixes to be able to figure out what questions to ask to get it fixed. All encoding options should work now, I tested my custom string, iPhone & iPod, and Universal, and they all worked as expected. The way I commited this was to check out r138, then check out head, then replace basically the GUI script and almost the whole SCPT folder with the fixed files I had from r138. Everything seems to work except the progress bar, I hand-merged all the changes made to the progress bar code through head, and it looks like Mike is working on changing it so I'll leave it alone.
b86056cView on GitHubadded mp4file to binaries for eventual inclusion in optimization routines for files without art
8efaa69View on GitHubsaner bad results by thetvdb handling -- just throw it into iTunes. It _should_ be optimized before this, but I'm too lazy to get into that bag of worms right now
f4eb025View on GitHub(engine.sh) Still chasing bugs caused by fixing filename passing problems.
8b1a0daView on GitHubAdded new About Breakfast window to mainmenu.nib. (Mainly to properly attribute the icon to its author as per the icon's license.)
fe23a75View on GitHub