Custom Query (13624 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 13624)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#10612 fixed Live TV crash JYA Adam Bennetts <abennetts@…>
Description

Live TV crashes the front end if Live TV is started with time stretch set to 120.

To reproduce:

  1. In Setup, Video, Playback Groups, Default, set the time stretch value to 120.
  2. Start Live TV.
  3. The front end crashes without playing any live TV.
  4. Change the time stretch back to 100 and Live TV works.

My MythTV frontend log with additional logging is attached.

I'm not able to create a backtrace right now but expect to be able to within the week if needed.

#400 wontfix find other programs with this cast member, this air date, etc xris Adam Di Carlo <aph@…>
Description

Attached is a patch against the 0.18 branch to improve the functionality on program_detail.php. This lets you, for instance, search for all other shows including a particular cast member, director, or airing on the same original air date.

I indend to make other improvements along these lines, I hope they are welcome.

#402 fixed mythweb/mythvideo assumes category IDs are sequential xris Adam Di Carlo <aph@…>
Description

Minor defect in the presentation of the category drop-down in video.php. The code assumes it can count up the category ids sequentially, but its not necessary true:

mysql> SELECT * FROM videocategory;
+-------+---------------------+
| intid | category            |
+-------+---------------------+
|     5 | TV                  |
|     1 | Movie               |
|     2 | Anime series        |
|     3 | Anime OVA           |
|     4 | Anime movie         |
|    15 | Anime special/extra |
|    16 | music video         |
+-------+---------------------+

The attached simple patch against the 0.18 branch fixes this problem.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.