Video Scraping From Any Link
The ability for a user to simply paste in a link to any page with a video and have it load into the player ready to be synced.
This is what I first envisioned the application to be like, but found it to be rather challenging. I'm not sure if it will work with most links, but I would like to look into it more in the future.
It would be doable right now if limited to the players that are already supported:
Just string-match on the domain, then switch players when user chooses to switch videos.
Could even make the playlist global, and allow users to add videos from different players with Vynchronize simply changing players as the next video is loaded in.