KevinMidboe 582207d453 Error msg on empty response & added search params
- On empty search responses Search page show a error message that there
where no respones.
- For page loads directly to the search page new url query parameters
are checked: adult and media_type. These are then used to fetch updated
tmdb search parameters. Adult = true disables filtering for adult
material and media_type decides if the search is multi, movie, show or
person. (Frontend for filtering media_type is not added yet.)
2019-12-26 01:37:29 +01:00
2019-10-23 00:43:17 +02:00
2018-08-29 12:57:17 +00:00
2017-03-04 16:46:53 +02:00
2017-03-21 17:12:39 +02:00
2019-06-10 01:06:05 +02:00

The Movie Database App

A Vue.js project.

Demo

TMDB Vue App

Config setup

Set seasonedShows api endpoint and/or elastic.

  • SeasonedShows can be found here and is the matching backend to fetch tmdb search results, tmdb lists, request new content, check plex status and lets owner search and add torrents to download.
  • Elastic is optional and can be used for a instant search feature for all movies and shows registered in tmdb.
{
  "SEASONED_URL": "http://localhost:31459/api",
  "ELASTIC_URL": "http://localhost:9200"
}

Set ELASTIC_URL to undefined or false to disable

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader. This app uses history mode

Documentation

All api functions are documented in /docs and found here.
html version also available

License

MIT

Description
seasoned 🌶 | Vue.js webUI for requesting new Movies and TV Shows
Readme 18 MiB
2019-10-23 17:54:43 +00:00
Languages
Vue 77%
TypeScript 15.3%
SCSS 4%
JavaScript 3.1%
HTML 0.4%
Other 0.2%