Donate Share

Tunapie

Tracker: Patches

5 Tunapie doesn't start with default values - ID: 1646901
Last Update: Settings changed ( stone1 )

Tunapie (v. 1.3.3.3) haven't got default values for mediaplayer,
videoplayer, ripper, and rdir, so at the first start up it's not usable.

With the enclosed pathes, the readprefs() function reads correctly the
values even if they are unsorted.


Nobody/Anonymous ( nobody ) - 2007-01-29 10:17

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2007-04-09 20:48
Sender: stone1Project Admin


Sorry for not noticing this before. I think this is fixed in version 1.4.


Best wishes,

James


Date: 2007-01-29 12:04
Sender: nivit


In the patch to tuner.py replace

except KeyError: pass

with

except (IndexError,KeyError): pass



Log in to comment.

Attached File ( 1 )

Filename Description Download
tunapie-1.3.3.3.fix_readprefs.diff Fix readprefs() function Download

Changes ( 3 )

Field Old Value Date By
status_id Open 2008-04-21 10:44 stone1
close_date - 2008-04-21 10:44 stone1
File Added 213568: tunapie-1.3.3.3.fix_readprefs.diff 2007-01-29 10:17 nobody