Skip to content

pathsny/cisqua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4e766b · Feb 12, 2024
Jan 23, 2024
Feb 12, 2024
Feb 12, 2024
Nov 9, 2023
Feb 12, 2024
Feb 12, 2024
Feb 12, 2024
Jan 23, 2024
Feb 12, 2024
Feb 12, 2024
Nov 10, 2023
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Apr 9, 2015
Jul 27, 2023
Jan 23, 2024
Jan 23, 2024
Nov 9, 2023
Feb 4, 2024
Jun 21, 2023
Jan 23, 2024
Feb 4, 2024
Feb 4, 2024
Feb 26, 2011
May 2, 2021
Feb 12, 2024
Nov 10, 2023
Feb 4, 2024
Feb 4, 2024
Jul 27, 2023

Repository files navigation

# ANIDB RUBY

This is a very simple anidb client, made mostly for my needs. It's been built by scavenging a much more featurefull client that you can find here http://www.lacave.net/~fred/projets/ranidb/.

# RENAMER

This is a script that when run, scans all the files in a folder

* renames them with any custom pattern you would like
* builds symlinks to allow you to identify series, movies etc
* adds them files to your anidb myslist
* generates nfo files for xbmc integration
* generates id files for plex integration

Run this using ```bundle exec ruby script/post_process.rb```


# INSTALLATION

* Install ruby
* download this repository using git or by downloading the archive.
* run scripts/setup.rb
* modify data/options.yml to add your username and other details

# OTHER SCRIPTS
There is another top level script called nfoize. This is to create nfo files in your anime folders for XBMC. To run this just say "ruby nfoize.rb <anime_folder> <location to keep the processed folders>".  The script assumes that in the anime folder you have one folder per anime and each of these has files. It uses the anidb api, so you'll have to edit the options.yml