Lythimus / rsshandler

Automatically exported from code.google.com/p/rsshandler
0 stars 0 forks source link

Provide a fall back mechanism to the next resolution/format when preferred is not available #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set preferred format to a high level (720p)
2. Find a video only available in 480p
3. add that podcast to your feed program

What is the expected output? What do you see instead?

Would like some form of the video to download instead of just silently not 
providing anything.  Some additional possibilities:

   - Messaging a user could view in the GUI to help clear any confusion.  Something easier than Java logging.
   - Make this an option that could be turned on/off as sometimes the request just fails & some users may not want it.
   - Only fallback after a failure threshold from a persistent error.  Given the general condition of state in the program this may be difficult to make a consistent user experience.

Original issue reported on code.google.com by jeromeku...@gmail.com on 23 Dec 2010 at 6:40

GoogleCodeExporter commented 8 years ago
Added the code to fall back through the different resolutions.  Did not attempt 
a failure threshold or pushing error messaging up to the GUI. 

Original comment by jeromeku...@gmail.com on 31 Dec 2010 at 7:30

GoogleCodeExporter commented 8 years ago
A beta build is posted that you can all try out that should resolve this bug.

http://code.google.com/p/rsshandler/downloads/detail?name=rsshandler_3.0.1_beta.
zip&can=2&q=

If you use the JNLP file, then you will not get this build at this time.

Original comment by jeromeku...@gmail.com on 9 Jan 2011 at 9:34

GoogleCodeExporter commented 8 years ago
Issue 50 has been merged into this issue.

Original comment by jeromeku...@gmail.com on 31 Jul 2012 at 1:16