Skip to content

php app that translates thetvdb.com api results into scene Season and episode numbers

Notifications You must be signed in to change notification settings

Media-Ape/mercyful-ape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHOWS CURRENTLY  SUPPORTED:
 - American Dad (73141.php)
 - Top Gear US (199051.php)
 - Pawn Stars (111051.php) - Configured for http://nzb.su
 - Kitchen Nighmares (80552.php) - American Version

INSTALLATION:
1. Setup a webserver capable of running php.
2. cd {WEB_ROOT}
3. git clone https://github.com/MercyfulFate/mercyful-beard.git

4.modify your {SICKBEARD_ROOT}/lib/tvdb_api/tvdb_api.py file so that:
5. self.config('url_base') = "http://localhost/mercyful-beard/hook.php?q="

6. Add any conversion files in mercyful-beard/data/
7. Add your shows in sickbeard.

EXTENDING:
Extending is real simple:
1. in mercyful-beard/data/ there is a collection of {series_id}.php files.
   if you show is not included, you'll need:
     - series_id
     - the number of episodes in each season (including "specials") for both:
       - thetvdb.com api
       - scene
2. copy the example.php file and rename it to {series_id}.php.
3. modify the $tvdb and $scene arrays.

should be automatically used next time sickbeard queries for that show.

About

php app that translates thetvdb.com api results into scene Season and episode numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published