>> When I start freevo I get this output:
>>
>> config.py (405): Logging to /var/log/freevo/main-0.log
>> Error: TV_SHOW_DATA_DIR not found
>> COVER_DIR not found
>> MOVIE_DATA_DIR not found
>> osd.py (419): SDL Driver: fbcon
>> skin.py (77): Imported skin main
>> main.py (345): Skin: Loading XML file blue2
>> skin not found, using fallback skin
>
>Ouch, that shouldn't happen. Did you choose a special skin?

Well, it's a skin name from 1.2.4 I think, but no problem at all for this

>
>
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBd.ttf"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBd.ttf"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBd.ttf"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBI.ttf"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBd.ttf"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/VeraBd.ttf"
>> osd.py (1067): Trying to load >file
"/usr/share/freevo/images/aubin_bg2.jpg"
>> osd.py (1067): Trying to load file
>> "/usr/share/freevo/images/splashscreen.png"
>> osd.py (282): Loading font "/usr/bin/../share/freevo/fonts/Vera.ttf"
>>
>> and nothing more happens, freevo draw the top menu in screen ( but
>without
>> taken in account my /etc/freevo/local_conf_py) and no freevo process is
>> runnig.
>
>Does it work under X?
>

I don't have X runnig in the server, only mga with a G400

My freevo.conf:

cdparanoia = /usr/bin/cdparanoia
chanlist = us-cable
display = mga
geometry = 768x576
jpegtran = /usr/bin/jpegtran
mplayer = /usr/bin/mplayer
renice = /usr/bin/renice
setterm = /usr/bin/setterm
tv = pal
version = 2.1

local_conf.py :

CONFIG_VERSION = 3.9

DEBUG = 4

AUDIO_INPUT_DEVICE  = '/dev/dspW'
MAJOR_AUDIO_CTRL    = 'PCM'

DEFAULT_VOLUME      = 90

# Items in the main menu.

plugin.remove(plugin_tv)
plugin.remove(plugin_video)
plugin.remove(plugin_audio)
plugin.remove(plugin_image)
plugin.remove(plugin_shutdown)

plugin_video    = plugin.activate('mediamenu', level=10, args=('video', ))
plugin_audio    = plugin.activate('mediamenu', level=20, args=('audio', ))
plugin_image    = plugin.activate('mediamenu', level=30, args=('image', ))


DIR_MOVIES = [
    ('DosPins', '/mnt/Video/DosPins'),
     .
     .
     . (etc)
 ]

DIR_AUDIO = [ ('Musica', '/mnt/Musica') ]

DIR_IMAGES = [
    ('Aniversaris', '/mnt/Fotos/Aniversaris'),
 ]

SKIN_XML_FILE = 'blue2'

TV_CHANNELS = [
    ('01.elpais.es', 'TVE 1', '0'),
    ('02.elpais.es', 'TVE 2', '0'),
    ('07.elpais.es', 'TV 3', '0'),
    ('14.elpais.es', 'Canal 33', '0'),
    ('04.elpais.es', 'Tele 5', '0'),
    ('03.elpais.es', 'Antena 3', '0'),
]

(I don't use xmltv rigth now)


Xavier Garcia


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to