-
Excellent, I'll svn up and see if it's fixed.
2007-08-21 18:17:58 UTC in Freevo - Home Theatre PC Platform
-
Using the HEAD of 1.x svn (has happened in earlier versions too), adding a favourite through the web interface works perfectly.
When adding it through the GUI, however, it breaks horribly (see attached log). Result: all favourites are deleted and all scheduled recordings are removed.
2007-08-20 15:37:03 UTC in Freevo - Home Theatre PC Platform
-
This change is causing problems for me with recordings: http://sourceforge.net/mailarchive/forum.php?thread_name=62a82a2f0706290923y6fa2c582i3a7390fe75992e0c%40mail.gmail.com&forum_name=freevo-devel.
2007-06-29 17:06:10 UTC in Freevo - Home Theatre PC Platform
-
Exiting Xine after playing a video in the latest svn (r9732) is causing a Freevo crash on my x86 Ubunty Edgy system.
(Had to upgrade because 1.7.2 broke favourites and recording whilst trying to add a new favourite through the GUI. Wonderfully, all my favourites were lost.)
Crash log attached.
2007-06-28 21:47:53 UTC in Freevo - Home Theatre PC Platform
-
I've a problem with series like Heroes or Battlestar Galactica which have very dark scenes in choosing an appropriate autocrop start point: in many cases, the wrong values are chosen.
The attached patch (against rel-1 r9548) changes MPLAYER_AUTOCROP_START to allow either a single integer (current behaviour) or a list of values.
If a list of values is provided, the crop information will be...
2007-05-03 21:58:57 UTC in Freevo - Home Theatre PC Platform
-
Attached is the Panorama skin which uses the "anamorphic" skins feature of Freevo 1.7 to provide a better interface on 16:9 anamorphic displays.
The look and feel is inspired by the existing blurr skin and MythTV's "MythCenter" theme. Details in share/skins/main/Panorama.txt.
Due to the size of the tarball (1.9MB including images and fonts), it cannot be attached to this issue...
2007-02-27 14:03:23 UTC in Freevo - Home Theatre PC Platform
-
It is useful when defining an info area and, in particular, the audio player to be able to execute an arbitrary Python expression.
The attached patch makes any expression starting "python:" be evaluated directly, rather than parsed.
e.g:
.
2007-01-07 18:04:36 UTC in Freevo - Home Theatre PC Platform
-
If an info area contains:
,
then it triggers a look up in the i18n files for an empty key, causing the debug information starting 'Project-Id-Version: freevo-1.6' to be output.
The attached patch only invokes i18n lookups for static text strings which contain a minimum of 2 alphanumeric characters.
2007-01-07 18:00:30 UTC in Freevo - Home Theatre PC Platform
-
anamorphic-2.patch adds anamorphic support to an instance of format_image() I missed.
File Added: anamorphic-2.patch.
2007-01-06 11:22:28 UTC in Freevo - Home Theatre PC Platform
-
The attached patch (produced in conjunction with Justin Wetherell) stores scheduled favourite programmes in an additional pickle file, allowing optional duplicate detection to be enabled in local_conf.py (and then on/off on each favourite).
This results in multiple copies of the same favourite episode being recorded.
A stub is also provided for future development for the provision of an...
2007-01-02 22:44:29 UTC in Freevo - Home Theatre PC Platform