Frick / ttplus

Turntable Plus - a fan-made Chrome Extension!
http://turntableplus.fm
48 stars 16 forks source link

Adding a 'Get my music back!' button #40

Closed Morgon closed 11 years ago

Morgon commented 12 years ago

As we all know, Turntable has a notorious issue with losing sound. Through some digging, I was able to find some JS commands that usually get it back without having to refresh. Adding this to TurntablePlus may not be the best solution (i.e. fixing it on the TT side would be best ;) ), but it would be a nice stop-gap.

Since TTP grabs the obfuscated room object, it's as easy as calling ttp.roominfo.scheduleResyncStream()

Having a button on the UI might help people who are affected by the occasional drop.

Frick commented 11 years ago

We have officially tweaked the streaming code - this should hopefully not be needed any longer!