Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entire show to playlist #15

Closed
GoogleCodeExporter opened this issue Apr 21, 2016 · 27 comments
Closed

Add entire show to playlist #15

GoogleCodeExporter opened this issue Apr 21, 2016 · 27 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open app
2. Click Programs
3. Select a program

From here, one should be able to add the entire program for the day to the 
playlist and begin playing it.  This is very easy to do on the NPR website 
and is my primary use case for NPR.

Original issue reported on code.google.com by ssshanest on 1 Jun 2010 at 9:27

@GoogleCodeExporter
Copy link
Author

Original comment by jpenn...@gmail.com on 7 Jul 2010 at 9:05

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Yes please! This seems like it'd be one of the most common use cases.

Original comment by lid...@gmail.com on 23 Jul 2010 at 10:07

@GoogleCodeExporter
Copy link
Author

I agree this is probably the single most important thing you can do to improve 
this app! It will boost usage and rating of the app tremendously!

Original comment by jcl...@gmail.com on 3 Sep 2010 at 8:08

@GoogleCodeExporter
Copy link
Author

YES!  This is a requirement.  Clicking each story is much too tedious.

Original comment by jholle...@gmail.com on 14 Sep 2010 at 1:43

@GoogleCodeExporter
Copy link
Author

I agree absolutely.  It's the only thing that would keep me from using the app 
more. 

Original comment by mswai...@gmail.com on 4 Nov 2010 at 2:25

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

This is a HUGE drawback of this app. I primarily would want to use the app 
while on roadtrips and the current setup is not driver friendly at all.

Original comment by msmurp...@gmail.com on 26 Nov 2010 at 1:01

@GoogleCodeExporter
Copy link
Author

I had assumed it wasn't there because NPR said they wouldn't allow it. If it's 
a technical issue, by all means, I'd be willing to post a bounty on it.

Original comment by kkin...@gmail.com on 30 Nov 2010 at 2:24

@GoogleCodeExporter
Copy link
Author

It isn't because we won't allow it, but moreso that the technical solution 
isn't as easy.  In the iPhone app, we feed to the podcast feed instead of the 
API for some shows like Wait Wait. Other shows we just add all the segments to 
the playlist.  There should be a technical solution out there.
Kate - NPR Services Manager

Original comment by kate.my...@gmail.com on 30 Nov 2010 at 2:43

@GoogleCodeExporter
Copy link
Author

Thanks for the reply, Kate.

Forgive my ignorance, but could you not do what the user does manually? For 
example today before my exercise routine, I just went through the All Things 
Considered segment list and added each segment for the 29th.

Granted it might be possible I'd lose out on something not posted, or something 
that NPR didn't have rights to post online, but in general, it would cover most 
use cases.

Something like an "Add all segments dated X" feature.

Original comment by kkin...@gmail.com on 30 Nov 2010 at 4:01

@GoogleCodeExporter
Copy link
Author

A bounty then?

Original comment by tjack1...@gmail.com on 1 Dec 2010 at 5:16

@GoogleCodeExporter
Copy link
Author

I'm down for a bounty. Where do we put this up?

Original comment by kkin...@gmail.com on 1 Dec 2010 at 5:40

@GoogleCodeExporter
Copy link
Author

Kinder, you are technically correct. It is slightly more complicated than that, 
but basically, yes.

For example, All Things Considered, the call should be: 
http://api.npr.org/query?id=2&sort=assigned&date=current&apiKey=[API_KEY] This 
can be repeated for all shows with the id=X where X=show id.

You can double check by going to this page for whatever date is current: 
http://www.npr.org/templates/rundowns/rundown.php?prgId=2&prgDate=12-16-2010

As for bounties, it is not something we've done, but NPR might consider it. 
What would you say to a gift card to the NPR shop? http://shop.npr.org/

Original comment by jpenn...@gmail.com on 17 Dec 2010 at 8:31

@GoogleCodeExporter
Copy link
Author

This is my #1 issue; and I'm willing to work the code to do it.

Original comment by white...@gmail.com on 20 Dec 2010 at 6:20

@GoogleCodeExporter
Copy link
Author

Great! Whitey04 I've made you the owner. Please, take a look at how to do a 
code review and keep in mind the different branches. Feel free to send any 
questions you have to the mailing list: npr-android-app@googlecode.com

Original comment by jpenn...@gmail.com on 20 Dec 2010 at 5:11

@GoogleCodeExporter
Copy link
Author

It's a twenty line function that highlights many other shortcomings.
Proceed with caution.

Original comment by tjack1...@gmail.com on 20 Dec 2010 at 5:49

@GoogleCodeExporter
Copy link
Author

> It's a twenty line function that highlights many other shortcomings.
> Proceed with caution.

Huh? What does this mean?

Original comment by mfreder...@google.com on 20 Dec 2010 at 8:46

@GoogleCodeExporter
Copy link
Author

Sorry, Michael, I intended no mystery or offense.  As is, the playlist
isn't a good focal point for user interaction.  Let me leave it at
that; I wanted to entice not discourage.

TJ

Original comment by tjack1...@gmail.com on 21 Dec 2010 at 12:51

@GoogleCodeExporter
Copy link
Author

Any progress on this?  I am eagerly waiting for this feature.  I would be happy 
to test or give feedback on early versions.

Original comment by jholle...@gmail.com on 27 Jan 2011 at 4:13

@GoogleCodeExporter
Copy link
Author

Sorry;  I was off for christmas :).  I'm currently looking at issue 49 as a 
prereq for this.

Original comment by white...@gmail.com on 27 Jan 2011 at 4:44

@GoogleCodeExporter
Copy link
Author

That's awesome. Make sure you are working from the 2.0 trunk paradigm, as the 
1.x will soon be legacy.

Original comment by jpenn...@gmail.com on 27 Jan 2011 at 7:26

@GoogleCodeExporter
Copy link
Author

Do you mean the v2.0 UI PDF description (on it ;-) or is there a svn branch 
other than trunk to use...

Original comment by white...@gmail.com on 28 Jan 2011 at 4:03

@GoogleCodeExporter
Copy link
Author

There are indeed two branches. I can't recall the exact paths, but one is 
called just trunk, I believe and the other 1.x something. I'm afraid someone a 
bit more technical will have to verify that :)

The trunk is the 2.0 version and the one you'd want to move towards. I believe 
Michael Frederic still has some fundamental changes to the services that need 
to be checked in. As I'm not coding in the trenches, I don't want to be 
definitive, least I look silly and take you down the wrong path.

Can someone else jump in and clarify If I'm off base?

Original comment by jpenn...@gmail.com on 28 Jan 2011 at 5:11

@GoogleCodeExporter
Copy link
Author

Seems about right.  I'm currently looking at the trunk but it hasn't been 
committed to since November.  

I started with Issue 49 (add from story list) since that should flow easily 
even if the playlist back end changes drastically (and will make adding a show 
at least *easier*).

Original comment by white...@gmail.com on 28 Jan 2011 at 5:17

@GoogleCodeExporter
Copy link
Author

Original comment by jeremy.w...@gmail.com on 10 Feb 2011 at 5:20

@GoogleCodeExporter
Copy link
Author

This was completed in version 2.0

Original comment by jeremy.w...@gmail.com on 23 Mar 2011 at 4:06

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant