|
Revision 1524, 1.2 kB
(checked in by duncan, 10 months ago)
|
|
Added a fix for missing logo
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Release Notes for 1.8.0 |
|---|
| 2 | ======================= |
|---|
| 3 | |
|---|
| 4 | In this release Twisted has been removed from the recordserver and now we use |
|---|
| 5 | kaa.rpc. kaa.rpc is faster than Twisted's xml-rpc calls and so the TV guide is |
|---|
| 6 | more responsive. |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | A significant change to the TV recording has been the replacement of the |
|---|
| 10 | record_schedule.xml with two files, schedule.pickle and favorites.pickle. This |
|---|
| 11 | means that unless the record_schedule.xml has been saved to a safe place during |
|---|
| 12 | the installation then you will lose you favorites. |
|---|
| 13 | |
|---|
| 14 | To convert the favorites to the new format do the following: |
|---|
| 15 | |
|---|
| 16 | cp /var/lib/freevo/record_schedule.xml ~ (or cp ~/.freevo/lib/record_schedule.xml ~) |
|---|
| 17 | freevo recordserver stop |
|---|
| 18 | freevo convert_favorites ~/record_schedule.xml |
|---|
| 19 | freevo recordserver start |
|---|
| 20 | |
|---|
| 21 | If you get an error that says: |
|---|
| 22 | "AttributeError: TvChannel instance has no attribute 'logo'" |
|---|
| 23 | try: |
|---|
| 24 | |
|---|
| 25 | freevo recordserver stop |
|---|
| 26 | rm /var/cache/freevo/TV.xml.pickled (or ~/.freevo/cache/TV.xml.pickled) |
|---|
| 27 | freevo recordserver start |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | Other changes include the renaming of configuration variables, to correct these |
|---|
| 31 | do the following: |
|---|
| 32 | |
|---|
| 33 | freevo convert_config /etc/freevo/local_config |
|---|
| 34 | freevo convert_config /etc/freevo/local_config -w |
|---|