https://github.com/mfbx9da4/youtube-playlist-manager
An advanced playlist manager for youtube, that lets you perform various batch actions.
https://github.com/mfbx9da4/youtube-playlist-manager
Last synced: about 1 month ago
JSON representation
An advanced playlist manager for youtube, that lets you perform various batch actions.
- Host: GitHub
- URL: https://github.com/mfbx9da4/youtube-playlist-manager
- Owner: mfbx9da4
- Created: 2013-12-11T20:21:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T17:49:47.000Z (over 4 years ago)
- Last Synced: 2025-03-28T13:21:16.562Z (about 2 months ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 27
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Youtube-Playlist-Manager (indev)
========================An advanced playlist manager for youtube, that lets you perform various batch actions.
This will become a chrome extension soon.
I was tired of Youtube's default playlist managing capabilities, so I decided to create my own tool using Youtube's API.**Open source under the [MIT](http://opensource.org/licenses/MIT) or [CC-BY-SA](https://creativecommons.org/licenses/by-sa/2.0/) license.**
[**Live Demo**](http://elias-schuett.de/git/Youtube-Playlist-Manager/)---

#####Features (implemented):
* Export playlists
* Remove duplicates
* Remove deleted videos#####Features (planned):
* Sort playlists by date added
* Sort by tags#####Dependencies:
* jQuery
* Underscore.js
* Backbone.js
* RequireJS
* Youtube API v3---
If you want to host this application yourself, you need to create your own API project [here](https://code.google.com/apis/console/)
(also enable the Youtube API v3) and then replace the `client_id` with yours [here](https://github.com/elias94xx/Youtube-Playlist-Manager/blob/master/js/utils.js#L11).