My project is to better manage the files on my NAS, make directory structure/metadata 100% compatible with xbmc, run simple website with sqlite3. Would it be possible to have a filebot script which will:
1. Monitor watch directory (cron ?)
foreach $file{
2. Rename the file from imdb or tvdb{if contains season/episode identifier (like S02E03)
3. Move into tvshows/${tvdbid}/season${xx)/ or movies/${imdbid}/{imdbid}.{n.upperInitial().space('.')}.{y}.{SDHD-?-720p/1080p/DVD}
4. Scrape for MetaData and poster/banner/fanart {only download the first of each image;}
5. Insert imploded comma separated metadata into SQLite3 db
6. Insert each poster, banner, fanart AS BLOB into SQLite3 db
I'm thinking that 5,6 will not be possible but I could be wrong. In the very least, #4 is important as I don't want 40 images inside any directories. Have been toying with the idea of an external bash script to handle #'s 5,6 but I don't know how I'd read the nfo into an array for insert, might use php instead. So that would be quite time consuming for me. Would be cool if filebot could do it all.
I don't consider myself a coder, even though I can muddle through php/shell/html5 pretty well and kinda understand the scripts you have in the repository. Simply put, I'd rather pay for a pro to do this as I don't have time or the inclination to learn Java. I will contribute the final script to the community though as it could be useful to others. Even just as an example.
I'm thinking $150 USD or less. Unless you think that's insulting, then you tell me and we talk

Questions/thoughts/ideas?