Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add own absolute numbering for tvmaze and tmdb. #8777

Merged
merged 7 commits into from
Nov 29, 2020

Conversation

p0psicles
Copy link
Contributor

@p0psicles p0psicles commented Nov 28, 2020

  • Remove anime restriction for tvmaze and tmdb.
  • PR is based on the DEVELOP branch
  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
  • Read the contribution guide

@@ -295,6 +295,8 @@ def _get_episodes(self, tmdb_id, specials=False, aired_season=None): # pylint:
if not isinstance(episodes, list):
episodes = [episodes]

absolute_number_counter = 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@medariox what do you think about this to add absolute numbering, when the indexer does not provide it?

…dexer-anime

# Conflicts:
#	themes/dark/assets/js/medusa-runtime.js
#	themes/light/assets/js/medusa-runtime.js
Changed to 1_0 as this is all cats in anime.
(where slowly translating this to -> absolute numbering in stead of anime)
@p0psicles p0psicles merged commit a193980 into develop Nov 29, 2020
@p0psicles p0psicles deleted the feature/improve-indexer-anime branch November 29, 2020 10:05
coptere pushed a commit to coptere/Medusa that referenced this pull request Jan 27, 2021
* Add own absolute numbering for tvmaze and tmdb.
* Remove anime restriction for tvmaze and tmdb.

* Adding comment, as i might need to look at that later.

* Build themes after upmerge

* Category 4_0 is live action?
Changed to 1_0 as this is all cats in anime.

* Correct option description for anime.
(where slowly translating this to -> absolute numbering in stead of anime)

* Update changelog.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant