4np / UitzendingGemist

An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)
Apache License 2.0
49 stars 8 forks source link

Overhaul ideas #4

Closed iAmRenzo closed 7 years ago

iAmRenzo commented 8 years ago

Hi, you asked me for some ideas for the overhaul off your app. These are just my ideas, too bad I can't code myself...

This are just some ideas that pop up. (and as I said, I'm not a good programmer, but if I can help testing or something let me know) (and why are we talking english while we both are -I guess- Dutch? :D )

4np commented 8 years ago

Thanks for the feedback Renzo!

Some comments / remarks:

Yes, why are we writing English instead of Dutch ;) A habit I guess... GitHub is international, the code is and at work my primary language is English :P

iAmRenzo commented 8 years ago

:D

13032016 commented 8 years ago

Hi Jeroen,

Thanks for the nice and good working app, only have a question , are you also able to make something like de NLziet app, where we can login in for getting the better streaming quality ?

with regards

kees

4np commented 8 years ago

Okay, it took a while (been too occupied with work, again started over with the complete rewrite as I found the previous version too slow) but some of the issues above have been addressed in the new complete rewrite:

The current state of things (release 0.2.0)

Things I aim to add / change

Things I am investigating

Currently the 'Home' view only shows the 'tips'. I was thinking how I could best fill this screen so any suggestions are helpful. There is a new API for 'trending' shows, in addition to the (older) 'recent' and 'popular'.

Also, while the program view is functional, I am not sure I like it. Any input welcome :)

iAmRenzo commented 8 years ago

I had a quick look and I owe you a thank you! I am really happy with your efford because I use this app on a daily basis. Now I can use Live TV (with 'nu & straks') and Gemist in one app.

The tips-screen is quite empty indeed. I like the old suggestions (or what was it called). If you'd had nothing to watch, there was always a tip available. Working with favorites, you could add those there is there are new episodes. Or have the user add three live-tv channels to it. Or (I don't know if this works) add genre's: like comedy, 'actualiteiten', films, series. Or let the user deside which genre's. That way I can always quick access 'actualiteiten' programms as they come on Gemist. Or, add a row of partly watched episodes. If you have 3, 4 of 5 of these rows, there is always a thing to watch! :)

The program list, with now letters a-e, h-k, etc is nice. Although I prefferd the single letter option (but squeezed a-z within the screen). Also the text list (instead of icons) seemed quicker. It's seems loading screenshots/icons constantly. And some are really low resolution (and others are absent without a placeholder).

Watched markers are highly appreciated. As is the list of programms (see latter paragraph) and search would be nice too. Btw: what's the maximum time you can retreive shows?

I hope you don't take this as critizism. I really like your app and afford. Just giving my opinion.

4np commented 8 years ago

I am definitely not taking this as critizism Renzo, I just want to improve the experience of the app and getting some input is great πŸ‘ Thanks for that!

I think it is a great idea to list new episodes of a show you have favorited on the main / tips screen which would probably make more sense than showing overall recents. As I mentioned earlier the iOS app uses a new trending API which may be interesting to show as well.

I am with you regarding the programs overview page, I was actually taking the A-Z tabs out as I feel it looks better with that tabbar gone. It's true that fetching the images is sometimes a bit wonky and not all programs (or their episodes) do provide a proper image. Often you need to fetch to iterate over a whole chain to find an image you can use (program, episode, get the details of a program, get the details of an episode, check for stills) which can cause quite some delays. So yeah perhaps it should just be a list or programs instead.

Showing the complete alphabet in the tab bar unfortunately does not seem to be possible due to the constraints of the tabbar and its items.

An overview per genre might be good as well, I will look into that :)

Thanks again for you input, you might see a software update notification at some point in the near future ;)

4np commented 8 years ago

@13032016 (Kees): NLZiet is a separate service by the combined effort of the NPO, RTL and SBS which I currently do not aim to cover (if at all). The goal of this app is to provide an as good as possible application to bring Uitzending Gemist to the Apple TV 4.

4np commented 8 years ago

@iAmRenzo what do you think of the new program overview screen in (release 0.2.1)? I changed it from a tabbed view to a split view so that the letters will now be on the left. I think this UI works a bit better. What do you think?

(ps. I noticed that while Programma's fits in the simulator, it does not on the device so I need to fix that. Maybe it does not even need to be there in the first place.)

Program Overview

iAmRenzo commented 8 years ago

I like it! Just opened a new issue (though this was one closed).

4np commented 8 years ago

And another release. The tips screen now also shows you a list of most recent unwatched episodes for your favourite programs. They are sorted by the number of watched episodes for a program so programs that you frequently watch will be prioritized in the list.

Tips screen

4np commented 7 years ago

And bump to version 1.0.0 πŸ™ŒπŸ» Thanks for the ideas! πŸ‘πŸ» I am closing down this enhancement request as most of it is covered in the current version. If you have new requests, please open a new enhancement request.