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

Fix basic searching using new-show.vue component. #8448

Merged
merged 45 commits into from
Nov 16, 2020

Conversation

p0psicles
Copy link
Contributor

@p0psicles p0psicles commented Sep 6, 2020

  • 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

This will basically Vueify addShow and addExistingShow. Where addExistingShow will be getting an overhaul. Where we dont go into a new addShow page, for every show.

  • Vueify addShow
  • Vueify addExistingShows
    • Add existing show manually
    • Add existing shows auto
  • Change SHOWLIST_DEFAULT_ANIME to a list, making is possible to attach multiple lists to Anime.

addshowAction

@p0psicles p0psicles added this to the 0.4.3 milestone Sep 6, 2020
@medariox medariox modified the milestones: 0.4.3, 0.4.4 Sep 8, 2020
* Added queueitems for shows (QueueItemShowAdd)
* Return queueitem.to_json() from apiv2.
* Add options to provide a options "preset"
Auto add the shows from the selected list.
* useCustomizeOptions and promptForSettings are separated options now.
…eify-add-show

# Conflicts:
#	medusa/queues/show_queue.py
#	themes-default/slim/package.json
#	themes-default/slim/src/components/show-list/poster.vue
#	themes/dark/assets/js/medusa-runtime.js
#	themes/light/assets/js/medusa-runtime.js
…lected root folder.

* Add apiv2/internal.py route, to check if a show has already been added. Return metadata if found.
* Add modal to ask user if he wants to use the metadata to add.
* Fix adding a show does not set the location.
…show-dialog.vue

* Some small cleanup
* bump version vue-js-modal
Fix issue with table and history not shown for specials.
…eify-add-show

# Conflicts:
#	themes-default/slim/yarn.lock
#	themes/dark/assets/js/medusa-runtime.js
#	themes/dark/assets/js/vendors.js
#	themes/light/assets/js/medusa-runtime.js
#	themes/light/assets/js/vendors.js
* Rebuild runtime/vendors
fix flake
medusa/__main__.py Outdated Show resolved Hide resolved
@medariox medariox modified the milestones: 0.4.4, 0.4.5 Nov 4, 2020
@medariox medariox modified the milestones: 0.4.5, 0.4.6 Nov 13, 2020
p0psicles and others added 6 commits November 16, 2020 16:49
* use ensure_text
* api/v2/series.py post: options object is not mandatory
* adding show without show_dir or root_dir, still use default root_dir if available
* add additional default values for adding a show through apiv2.
@medariox medariox merged commit 32c2b78 into develop Nov 16, 2020
@medariox medariox deleted the feature/vueify-add-show branch November 16, 2020 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants