Update readme with new instructions for collection

This commit is contained in:
Timothy Warren 2015-07-06 14:35:24 -04:00
parent 3e39aa0277
commit 4622b6efa9
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
A self-hosted client that allows custom formatting of data from the hummingbird api A self-hosted client that allows custom formatting of data from the hummingbird api
[![Build Status](https://travis-ci.org/timw4mail/HummingBirdAnimeClient.svg)](https://travis-ci.org/timw4mail/HummingBirdAnimeClient) [![Build Status](https://travis-ci.org/timw4mail/HummingBirdAnimeClient.svg)](https://travis-ci.org/timw4mail/HummingBirdAnimeClient)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/?branch=master)
[[Hosted Example](https://anime.timshomepage.net)] [[Hosted Example](https://anime.timshomepage.net)]
@ -48,6 +49,10 @@ A self-hosted client that allows custom formatting of data from the hummingbird
#### Anime Collection Additional Installation #### Anime Collection Additional Installation
* Run `php /vendor/bin/phinx migrate -e development` to create the database tables * Run `php /vendor/bin/phinx migrate -e development` to create the database tables
* For importing anime: * For importing anime:
1. Login
2. Use the form to select your media
3. Save & Repeat as needed
* For bulk importing anime:
1. Find the anime you are looking for on the hummingbird search api page: `https://hummingbird.me/api/v1/search/anime?query=` 1. Find the anime you are looking for on the hummingbird search api page: `https://hummingbird.me/api/v1/search/anime?query=`
2. Create an `import.json` file in the root of the app, with an array of objects from the search page that you want to import 2. Create an `import.json` file in the root of the app, with an array of objects from the search page that you want to import
3. Go to the anime collection tab, and the import will be run 3. Go to the anime collection tab, and the import will be run