daviddeutsch / yt-sanegrid

YouTube abandoned the subscription grid view. This has made a lot of people very angry and been widely regarded as a bad move.
http://daviddeutsch.github.io/yt-sanegrid/
GNU General Public License v3.0
37 stars 10 forks source link

$scope.video.* to $scope.video.value.* #149

Closed kalaspuffar closed 9 years ago

kalaspuffar commented 9 years ago

Hi.

I've been using yt-sane for a really long while and the last month or two I haven't been able to list videos at all via the working copy now on the web.

So I forked and looked into the problem and found that if I changed the $scope.video.* values to $scope.video.value.* inside the item.html template as well as changing the link value in main.js and checked if we actually got a duration to the duration convertion function then I got a list again so I could watch my subscribed videos again.

I don't know if this pull request helps your development in any way but I thought I'll make it so the community could benifit from a working copy.

I'm look into learning angular one of these days so if you want I could try to help you in future development. Kind of hard at the moment though because I don't know the direction of the project or what issue to tackle.

Keep up the great work.

Best regards Daniel

daviddeutsch commented 9 years ago

Hey, thanks for helping out!

Mostly, right now, I'm trying to tame the "let's pull data from a few dozen sources and tie them together efficiently". Not much to pick up for somebody starting out, I'm afraid. After everything is dried up, it will be back to the issue tracker, so maybe there is something on there you'd like to adopt?