RblSb / SyncTube

Synchronized video viewing with chat and other features (one-channel web service)
MIT License
247 stars 52 forks source link

Add QOL features #17

Closed Sublimeful closed 3 years ago

Sublimeful commented 3 years ago

I would really like to see some QOL features on this. I really think this is one of the best synctube-like apps out there. But it's missing some features that I feel would enhance the user experience, such as:

RblSb commented 3 years ago

Thanks, i added media title input. About emotes, this requires more work, like edit mode with simple way to change, remove and reorder items, i think only add/remove alerts are not useful enough as gui. Maybe it can fits better as server and client chat /addEmote, /removeEmote commands. Also, as you are using heroku, i need to mention that not commited changes by client/server are removed every day, so such feature only useful for personal servers.

About subtitles, there is ass plugin that is too big/experimental to have out of box, but it can be polished for simpler installation and more features, depending on use cases.

Sublimeful commented 3 years ago

Thank you so much! Yea, I am aware of the Heroku thing, so I'm looking into different options. And as for the subtitles plugin, are you perhaps referring to octosubs? If so then I will try to look into it and see what I can do with it.

RblSb commented 3 years ago

Yes, i mean the question is what you want from octosubs. If additional url input to ass file would be good enough for you, i can try to complete that plugin.

Sublimeful commented 3 years ago

Yes, that would be great! Also, thank you for suggesting the /addEmote and /removeEmote commands, I'm working on implementing them on my server right now!