Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimi-dun-morogh/firefox-eztv-extension
an extension that allows you to store in LS some movies and TV-show IDs fetched from omdb api and also look for torrent links on eztv for those movies and shows
https://github.com/dimi-dun-morogh/firefox-eztv-extension
chrome-extension eztv eztv-extension vue
Last synced: about 1 month ago
JSON representation
an extension that allows you to store in LS some movies and TV-show IDs fetched from omdb api and also look for torrent links on eztv for those movies and shows
- Host: GitHub
- URL: https://github.com/dimi-dun-morogh/firefox-eztv-extension
- Owner: Dimi-Dun-Morogh
- Created: 2020-07-28T00:23:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T16:08:28.000Z (8 months ago)
- Last Synced: 2024-05-09T17:31:02.576Z (8 months ago)
- Topics: chrome-extension, eztv, eztv-extension, vue
- Language: Vue
- Homepage: https://chrome.google.com/webstore/detail/eztv-ext/opkjfbndmlgelahollaapbhhlfpfcomo?hl=ru&authuser=0
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eztv-extension
> an extension for your browser to download tv series and shows provided by famous eztv group. It is avalaible in chrome/firefox. This extensions includes various features which can be seen on screenshots below##### Links:
Chrome: https://chrome.google.com/webstore/detail/eztv-ext/opkjfbndmlgelahollaapbhhlfpfcomo?hl=ru&authuser=0
FireFox: https://addons.mozilla.org/ru/firefox/addon/eztv-fast-and-easy/##### first launch:
![Alt text](images/ScreenInit.JPG?raw=true "scheme")
##### Search:
![Alt text](images/screen-search.JPG?raw=true "scheme")
##### Favs:
![Alt text](images/screen-favs.JPG?raw=true "scheme")
##### Eztv:
![Alt text](images/screen-eztv.jpg?raw=true "scheme")
##### on error:
![Alt text](images/Screen-search-wrongjpg.jpg?raw=true "scheme")
##### history:
![Alt text](images/history.JPG?raw=true "scheme")```sh
npm run serve - dev auto refresh
npm run build - build
```##### todo:
- [x] filter fetched data so only SERIES and maybe TVSHOWS are displayed (NO MOVIES) (13.10.2020) ✅
- [x] add input to change pages manually (13.10.2020) ✅
- [x] add some credits | link for eztv api (13.10.2020) ✅
- [x] favorites list should update every time torrent search is performed, so the searched item has index 0; (13.10.2020) ✅(array of id's will update every time fav's item search performed, re-render will hapen every app restart, imidiate rerender is commented in store/favorites.js as it's not good user experience probably)
:cow2::cow2::cow2:+ **release v.0.1.5**:cow2::cow2::cow2:
- [x] add info about latest downloaded file or magnet somewhere - created a page for downloads history, it has table, filter input and pagination, fields include file link, date downloaded and file name. (08.11.2020) ✅
:cow2::cow2::cow2:+ **release v.0.1.6**:cow2::cow2::cow2:
- [x] fixed local storage & downloads history issue + added google analytics (14.11.2020)✅
:cow2::cow2::cow2:+ **release v.0.1.7**:cow2::cow2::cow2:
- [x] should be able to perform torrents search from history downlds table (18.11.2020)✅
- [х] implement filter by name for favorites and eztv items; (23.11.2020)✅
- [x] think of way to group nav buttons ( maybe something from bootstrap) (21.11.2020)✅
:cow2::cow2::cow2:+ **release v.0.2.2**:cow2::cow2::cow2: