Latest Episode
 

Go Back   Keith and The Girl Forums Keith and The Girl Forums Talk Shite

Talk Shite General discussion

Reply
 
Thread Tools Display Modes
Old 05-12-2009, 12:58 PM   #311 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by hypercrypt View Post
Ah, okay. What speaks against using the AudioStreamer to play the episodes?
It has a much bigger memory footprint, takes a shit ton more code, crashes when you switch from wifi to 3g, is a pain in the ass to make even minor changes to, and the same MP code can stream audio and play movies so recycling code is the nice.
(Offline)   Reply With Quote
Old 05-12-2009, 05:29 PM   #312 (permalink)
Senior Member
 
Willeth's Avatar
 
Join Date: Aug 2007
Location: England
Posts: 139
I feel like the screen with nothing but a Play Show button can go, to be honest. Is there a limitation that prevents Play buttons being displayed on the show listing page?
(Offline)   Reply With Quote
Old 05-12-2009, 10:10 PM   #313 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by Willeth View Post
I feel like the screen with nothing but a Play Show button can go, to be honest. Is there a limitation that prevents Play buttons being displayed on the show listing page?
It's not done, be patient.
(Offline)   Reply With Quote
Old 05-13-2009, 06:09 AM   #314 (permalink)
Senior Member
 
Willeth's Avatar
 
Join Date: Aug 2007
Location: England
Posts: 139
I know, I was making a suggestion for the page to make it easier to use. Thinking about it I'd probably still want the extra page for more info - guests, or whatever - but as a user I'd want to launch the player with as few presses as possible.
(Offline)   Reply With Quote
Old 05-13-2009, 02:59 PM   #315 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by Willeth View Post
I know, I was making a suggestion for the page to make it easier to use. Thinking about it I'd probably still want the extra page for more info - guests, or whatever - but as a user I'd want to launch the player with as few presses as possible.
The page is mostly blank because it will be getting the show notes and pictures. Like I said be patient it's that way for a reason.
(Offline)   Reply With Quote
Old 05-13-2009, 04:31 PM   #316 (permalink)
Senior Member
 
Willeth's Avatar
 
Join Date: Aug 2007
Location: England
Posts: 139
Ah, didn't realise you had plans to flesh out the detail page. Sorry about that. My original point, though, was that I don't always want all the extra info and I'd want to be able to launch the shows as soon as I could. I would have posted this yesterday but my PC was being a piece of crap:



Tapping the play icon would launch that show. Tapping anywhere else on the row would go to the rich detail page.

If I'm stepping on your toes, just shout - I just thought I'd get in any suggestions while it's still being built rather than afterward.

EDIT: I just read the first few pages of the thread and it looks like this is pretty much exactly what TheGrundle laid out anyway. So same page. Thumbs up!

Last edited by Willeth; 05-13-2009 at 04:44 PM.
(Offline)   Reply With Quote
Old 05-13-2009, 05:17 PM   #317 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by Willeth View Post
Ah, didn't realise you had plans to flesh out the detail page. Sorry about that. My original point, though, was that I don't always want all the extra info and I'd want to be able to launch the shows as soon as I could. I would have posted this yesterday but my PC was being a piece of crap:



Tapping the play icon would launch that show. Tapping anywhere else on the row would go to the rich detail page.

If I'm stepping on your toes, just shout - I just thought I'd get in any suggestions while it's still being built rather than afterward.

EDIT: I just read the first few pages of the thread and it looks like this is pretty much exactly what TheGrundle laid out anyway. So same page. Thumbs up!
Drawing and keeping track of all those buttons is a waste of resources.

To get to an episode
1. Press app icon
2. Press past shows tab
3. Press show you want
4. Press Play

That is not an unreasonable interface, especially when it is a secondary function of the app. Feel free to make suggestions, but in this case I like the way it is.
(Offline)   Reply With Quote
Old 05-13-2009, 05:26 PM   #318 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
So I'm talking with tech support but it appears that the behavior of MPMoviePlayer I've been taking advantage of is going to change, so I'll be switching back to audiostreamer (BOO) and using mpmovieplayer only for katgtv episodes.

I haven't decided if I will be doing an audio tab and a video tab or just letting them exist in one long table view. I'm leaning heavily towards one long table.

Also I have to decide if the past shows should go all the way back or just have something easy like the last 50 shows. Less shows mean faster load time and less memory suckage. But being able to go way back is pretty awesome.
__________________
If you like the KATG app feel free to kick in some bucks (or don't)
KATGIPHONE Donation
(Offline)   Reply With Quote
Old 05-13-2009, 06:29 PM   #319 (permalink)
Senior Member
 
yoav's Avatar
 
Join Date: Apr 2006
Posts: 1,050
Quote:
Originally Posted by hayroob View Post
So I'm talking with tech support but it appears that the behavior of MPMoviePlayer I've been taking advantage of is going to change, so I'll be switching back to audiostreamer (BOO) and using mpmovieplayer only for katgtv episodes.

I haven't decided if I will be doing an audio tab and a video tab or just letting them exist in one long table view. I'm leaning heavily towards one long table.

Also I have to decide if the past shows should go all the way back or just have something easy like the last 50 shows. Less shows mean faster load time and less memory suckage. But being able to go way back is pretty awesome.
you could have a pagination mechanism that loads 50 shows at a time or whatever number of shows the majority of lazy listeners are behind in.

Also i just remembered this but there are, or at least were, some inconsistencies in the rss feed regarding media type.
i'm not sure how you're handling playing audio/video or if distinguishing file type is automatic, but i solved the problem by using a select/switch statement, where the default case was .mp3 since the offenders were some of the earlier episodes, and i think some of the backstage shows.

in the same vain there's a pdf in the rss feed which needs to be dealt with.. so error handling, or opening in safari.. not sure how pdf gets handled on the iphone.
(Offline)   Reply With Quote
Old 05-13-2009, 06:50 PM   #320 (permalink)
Administrator
 
hayroob's Avatar
 
Join Date: Mar 2008
Location: Detroitish
Posts: 1,654
Quote:
Originally Posted by yoav View Post
you could have a pagination mechanism that loads 50 shows at a time or whatever number of shows the majority of lazy listeners are behind in.

Also i just remembered this but there are, or at least were, some inconsistencies in the rss feed regarding media type.
i'm not sure how you're handling playing audio/video or if distinguishing file type is automatic, but i solved the problem by using a select/switch statement, where the default case was .mp3 since the offenders were some of the earlier episodes, and i think some of the backstage shows.

in the same vain there's a pdf in the rss feed which needs to be dealt with.. so error handling, or opening in safari.. not sure how pdf gets handled on the iphone.
Ya, it's pretty easy to do a switch case or simple if else if, I'm tinkering with what I want to do.

I might make a dynamic feed that gives however many shows the phone asks for. Then have the last cell be LOAD MORE SHOWS.
(Offline)   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -5. The time now is 08:47 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Keith and The Girl