From f495b163b0e6ab92d2136cc06a07030738dd85e7 Mon Sep 17 00:00:00 2001 From: purposelycryptic Date: Wed, 1 Aug 2018 17:17:27 -0400 Subject: [PATCH] Added Notes and Objectives Added description of purpose of this fork, as well as a To-Do List of Objectives I hope to accomplish. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 9eb6ec908..da69d784a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +# Just me trying some things +This is just me trying out a few things, to see if I can narrow down some issues I've had without bothering the devs with them when I have no useful information on them, as well as to make some minor adjustments based on personal preferences, and finally, to just to refresh my brain on coding as well as to maybe learn some new things. Probably not going to be a fork of much use to anyone else, sorry. + +## Issues to look into +- [ ] Watched States and Votes from AniDB MyList not reflected in Shoko. +- [ ] MyList.xml not being properly built or updated - always solely composed of `illegal input or access denied` - guessing related to previous point? +- [ ] ShokoMetadata for Plex pulls Series Poster Images for Episode Thumbnails - check if issue is server-side. +- [ ] ShokoMetadata for Plex sometimes pulls Series Poster and FanArt Images from entirely unrelated series on TheTVDB.com and adding in highest priority position, which are not present in Shoko itself - should be pulling images from Shoko itself, making this very strange; check server-side for potential cause. + +## Feature Changes to Do +- [ ] Clean up Series Summary Text, removing AniDB internal links, "* Based on [...]", notes on early premier showings of episodes, and Summary Source citations (See [here](https://github.com/purposelycryptic/ShokoMetadata.bundle/commit/2ea41929990ca443ba720b4178791d58a7c9dde4) for implementation of same in ShokoMetadata for Plex. +- [ ] Clean up Episode Summary Text pulled from AniDB, removing Summary Source citations +- [ ] Switch Series Ratings used from AniDB Weighted Average to AniDB Plain Average (Plain Average is stored in ____ in AniDB series XML file - Weighted Average is always stored in ____. The two are just labeled the way they are due to being reused after the Weighted Average system was introduced). +- [ ] Possibly implement a toggle for switching between the two values in previous point. + + +# Original README + # Shoko Server Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required.