From 4622b6efa967990b0ea455bc0d3553a6290f282d Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 6 Jul 2015 14:35:24 -0400 Subject: [PATCH] Update readme with new instructions for collection --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21ddd43f..bdeed7b1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 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) +[![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)] @@ -48,6 +49,10 @@ A self-hosted client that allows custom formatting of data from the hummingbird #### Anime Collection Additional Installation * Run `php /vendor/bin/phinx migrate -e development` to create the database tables * 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=` 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