Re: [Freevo-users] Todays (december, 1) svn

2008-12-01 Thread Jonathan Isom
On Mon, Dec 1, 2008 at 5:52 PM, Christian Lyra <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> got this with today´s svn version:
>
> RITICAL: Crash!: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE'
try setting

DIALOG_SKIN_XML_FILE = 'base'

should fix it

Later

Jonathan



> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 471, in 
>dialog.init()
>  File "/usr/lib/python2.5/site-packages/freevo/dialog/__init__.py",
> line 67, in init
>skins.osd.xml.load(config.DIALOG_SKIN_XML_FILE)
> AttributeError: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE'
> Stopping webserver plugin.
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/freevo/helpers/webserver.py",
> line 114, in 
>main()
>  File "/usr/lib/python2.5/site-packages/freevo/helpers/webserver.py",
> line 108, in main
>reactor.run()
>  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
> line 1048, in run
>self.mainLoop()
> ---  ---
>  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
> line 1060, in mainLoop
>self.doIteration(t)
>  File "/usr/lib/python2.5/site-packages/twisted/internet/selectreactor.py",
> line 104, in doSelect
>[], timeout)
>  File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line
> 287, in signal_handler
>notifier.shutdown()
>  File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
> line 131, in shutdown
>sys.exit(0)
> exceptions.SystemExit: 0
> Stopping webserver plugin.
> webserver not running
> Stopping webserver plugin.
> webserver not running
>
>
> --
> Christian Lyra
> PoP-PR/RNP
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] lastfm plugin questions

2008-12-01 Thread Jim Duda
I signed up for lastfm yesterday and started using the plugin.  It's pretty 
cool.

I have two questions

1) What is the different between the lastfm and lastfm2 plugins?
2) I'm having trouble with STOP.  Using the STOP key, it takes a long time to 
exit.  Is this normal?  A couple of times, I was forced to kill -9 the mplayer 
app.

Nice plugin!  
Freevo rocks!

Jim


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Crash when retrieving apple trailers

2008-12-01 Thread Joe Hildreth
Hello all,

When I tried to watch Apple Trailers on version 1.8.3 it crashes and says to 
check the main log file. Anyway, I am not sure what this stuff means, can 
someone help?

Regards,

Joe




Freevo 1.8.3 r11210 started at Mon Dec  1 19:00:09 2008

2008-12-01 19:00:09,720 INFO config.py (523): LOGDIR: /var/log 
/home/joeh/.freevo/log
2008-12-01 19:00:09,720 INFO config.py (524): STATICDIR: /var/lib 
/home/joeh/.freevo/static
2008-12-01 19:00:09,721 INFO config.py (525): CACHEDIR: /var/cache 
/home/joeh/.freevo/cache
2008-12-01 19:00:09,721 INFO config.py (544): Loading freevo configuration 
file "./freevo.conf"
2008-12-01 19:00:09,746 INFO config.py (633): Loading local configuration 
file "./local_conf.py"

Warning: freevo_config.py was changed, please check local_conf.py

You are using version 5.23, changes since then:
Version 5.24:
 Added POLL_TIME to allow custom poll rates to be set, default 0.01 seconds
 

Version 5.25:
 Added OSD_IDLEBAR_PADDING to allow the space between idlebar items to be 
set
 Added OSD_IDLEBAR_FONT and OSD_IDLEBAR_CLOCK_FONT to allow idlebar fonts 
to be set
 Added MPLAYER_AO_DEV_OPTS for audio device options
 Changed MPLAYER_VO_DEV_OPTS, removed need for leading ':'
 Added ROM_DRIVES_AUTOFS to allow an autmounter to be used for ROM drives
 Moved freeboxtv to tv plug-ins
 Added MPLAYER_AUDIO_CACHE_KB, MPLAYER_AUDIO_CACHE_MIN_PERCENT and 
MPLAYER_AUDIO_NETWORK_OPTS to allow changing the default cache amount
 Added SPEAK_WELCOME and SPEAK_SHUTDOWN for customized welcome and shutdown 
messages in speak plugin
 Added FREEVO_USE_ALPHABLENDING to enable alpha blending transitions 
between screen changes. False by default
 Renamed audio.mplayervis to audio.mplayervis1, so that audio.mplayervis2 
will get noticed
 Added SYS_USE_MOUSE option for enabling mouse support if needed. False by 
default
 

Version 5.26:
 Added VIDEO_AUTOJOIN_REGEX to allow joining video files based on a regular 
expression
 Renamed USE_NETWORK to SYS_USE_NETWORK
 Renamed USE_SDL_KEYBOARD to SYS_USE_KEYBOARD
 Added SYS_USE_JOYSTICK to allow a joystick device to be used
 Added DEBUG_BENCHMARKING can be used to time and trace function calls
 Added DEBUG_BENCHMARKCALL can be used to print the arguments and results 
of function calls
 Removed MPLAYER_AUDIO_CACHE_KB, MPLAYER_AUDIO_CACHE_MIN_PERCENT and 
MPLAYER_AUDIO_NETWORK_OPTS, it broke detach
 Added WWW_IMAGE_SIZE and WWW_IMAGE_THUMBNAIL_SIZE for Cooliris support
 Added VIDEO_AUTOJOIN_REGEX to allow more control when joining video files
 


ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/scd0', 'CD-1')"
2008-12-01 19:00:09,770 INFO config.py (1031): overlaydir: 
/home/joeh/.freevo/cache/vfs
2008-12-01 19:00:11,088 INFO rom_drives.py (365): Getting capabilities for 
CD-1 (/dev/scd0)
2008-12-01 19:00:11,091 INFO rom_drives.py (379): CD-1 can close
2008-12-01 19:00:11,092 INFO rom_drives.py (383): CD-1 can open
2008-12-01 19:00:11,092 INFO rom_drives.py (387): CD-1 can select speed
2008-12-01 19:00:11,093 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_CLOSE_TRAY
2008-12-01 19:00:11,093 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_OPEN_TRAY
2008-12-01 19:00:11,094 INFO rom_drives.py (360): '/dev/scd0' can CDC_LOCK
2008-12-01 19:00:11,094 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_SELECT_SPEED
2008-12-01 19:00:11,094 INFO rom_drives.py (360): '/dev/scd0' can't 
CDC_SELECT_DISC
2008-12-01 19:00:11,095 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_MULTI_SESSION
2008-12-01 19:00:11,095 INFO rom_drives.py (360): '/dev/scd0' can CDC_MCN
2008-12-01 19:00:11,096 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_MEDIA_CHANGED
2008-12-01 19:00:11,096 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_PLAY_AUDIO
2008-12-01 19:00:11,096 INFO rom_drives.py (360): '/dev/scd0' can CDC_RESET
2008-12-01 19:00:11,097 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_DRIVE_STATUS
2008-12-01 19:00:11,097 INFO rom_drives.py (360): '/dev/scd0' can 
CDC_GENERIC_PACKET
2008-12-01 19:00:11,098 INFO rom_drives.py (360): '/dev/scd0' can CDC_CD_R
2008-12-01 19:00:11,098 INFO rom_drives.py (360): '/dev/scd0' can CDC_CD_RW
2008-12-01 19:00:11,098 INFO rom_drives.py (360): '/dev/scd0' can CDC_DVD
2008-12-01 19:00:11,099 INFO rom_drives.py (360): '/dev/scd0' can't 
CDC_DVD_R
2008-12-01 19:00:11,099 INFO rom_drives.py (360): '/dev/scd0' can't 
CDC_DVD_RAM
2008-12-01 19:00:11,100 INFO rom_drives.py (360): '/dev/scd0' can't 
CDC_MO_DRIVE
2008-12-01 19:00:11,100 INFO rom_drives.py (360): '/dev/scd0' can CDC_MRW
2008-12-01 19:00:11,100 INFO rom_drives.py (360): '/dev/scd0' can CDC_MRW_W
2008-12-01 19:00:11,101 INFO   

[Freevo-users] Todays (december, 1) svn

2008-12-01 Thread Christian Lyra
Hi there,

got this with today´s svn version:

RITICAL: Crash!: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE'
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/main.py", line 471, in 
dialog.init()
  File "/usr/lib/python2.5/site-packages/freevo/dialog/__init__.py",
line 67, in init
skins.osd.xml.load(config.DIALOG_SKIN_XML_FILE)
AttributeError: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE'
Stopping webserver plugin.
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/helpers/webserver.py",
line 114, in 
main()
  File "/usr/lib/python2.5/site-packages/freevo/helpers/webserver.py",
line 108, in main
reactor.run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
line 1048, in run
self.mainLoop()
---  ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
line 1060, in mainLoop
self.doIteration(t)
  File "/usr/lib/python2.5/site-packages/twisted/internet/selectreactor.py",
line 104, in doSelect
[], timeout)
  File "/usr/lib/python2.5/site-packages/kaa/notifier/main.py", line
287, in signal_handler
notifier.shutdown()
  File "/usr/lib/python2.5/site-packages/kaa/notifier/nf_wrapper.py",
line 131, in shutdown
sys.exit(0)
exceptions.SystemExit: 0
Stopping webserver plugin.
webserver not running
Stopping webserver plugin.
webserver not running


-- 
Christian Lyra
PoP-PR/RNP

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Running multiple versions

2008-12-01 Thread Daniel Lawson
> Date: Mon, 1 Dec 2008 09:36:06 +0100
> From: " Francisco Eduardo ?lvarez Solano "
>   <[EMAIL PROTECTED]>
> Subject: Re: [Freevo-users] Running multiple versions
> >
> > >cp -r .freevo_1.73 .freevo_1.82
> > >ln -s .freevo_1.82 .freevo
> >
> 
> I think that it is probably a cache problem. Try to run
> Freevo 1.8.2 with a
> clean .freevo dir. Indeed, to avoid problems with
> '.freevo' dir and cache, I
> have the next layout:
> 
> ~/freevo-1.8.2
> 
> ~/freevo-1.8.0
> 
> ~/freevo -> link to either freevo-1.8.2 or freevo-1.8.0
> 
> ~/.freevo -> link to ~/freevo, so cahce dir and vfs are
> created inside the
> installation freevo. This approach has the disadvantage
> that you use a lot
> of HD as cache is repeated for every freevo version in use.
> 
> I set PYTHONPATH before invoking freevo.

Good idea, but it didn't work.  Running without a .freevo directory, I get

$ ./bin/freevo
trying "/var/log/freevo"...
trying "/home/mythtv/.freevo/log"...
trying "/var/lib/freevo"...
trying "/home/mythtv/.freevo/static"...
$
(and freevo just dies)

The directory .freevo, .freevo/log and .freevo/static are created however.  I 
wonder if my dependencies are all correct?  Everything is fine under 1.7.3, and 
I'm not quite sure how to go about figuring out which versions are appropriate 
for what.  If its not that, is there something else I can try?

Cheers

Daniel



  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CPU [solved]

2008-12-01 Thread Publicy
Many many thanks to you Jason

I'me new in linux environnment, so I didn't knew strace command, by the 
way I have attached strace to my freevo process and I found what was 
wrong :

the logging level, set to Debug with 5 as detail level

consequences :

my main-0.log : 15 Go

yes 15Go 

Freevo stoped, log purged, trace level to info and now CPU < 1%

Thanks a lot
Yoann



Jason Tackaberry a écrit :
> On Mon, 2008-12-01 at 22:22 +0100, Helmut Auer wrote:
>   
>> Try setting POLL_TIME in local_conf.py to a higher value, e.g.
>>
>> POLL_TIME = 0.1
>> or
>> POLL_TIME = 0.5
>> 
>
> Surely the default setting shouldn't cause Freevo to use 50% of a core?
>
> If it were me, I'd attach strace to the process to see if I could get a
> sense of what it's doing.
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>   


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CPU

2008-12-01 Thread Jason Tackaberry
On Mon, 2008-12-01 at 22:22 +0100, Helmut Auer wrote:
> Try setting POLL_TIME in local_conf.py to a higher value, e.g.
> 
> POLL_TIME = 0.1
> or
> POLL_TIME = 0.5

Surely the default setting shouldn't cause Freevo to use 50% of a core?

If it were me, I'd attach strace to the process to see if I could get a
sense of what it's doing.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] CPU

2008-12-01 Thread Helmut Auer
Hi
> Hello
>
> anyone has idea for CPU problem ?
>
> I've upgrade to 1.8.3 and I still have the problem :
>
> first process of the top command 52.7 % of CPU !!!
>
>   
Try setting POLL_TIME in local_conf.py to a higher value, e.g.

POLL_TIME = 0.1
or
POLL_TIME = 0.5

-- 
Helmut Auer, [EMAIL PROTECTED] 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] CPU

2008-12-01 Thread Publicy
Hello

anyone has idea for CPU problem ?

I've upgrade to 1.8.3 and I still have the problem :

first process of the top command 52.7 % of CPU !!!


top - 21:53:50 up  4:29,  3 users,  load average: 1.16, 0.84, 0.61
Tasks: 102 total,   2 running, 100 sleeping,   0 stopped,   0 zombie
Cpu(s): 45.4%us,  6.6%sy,  0.0%ni, 46.4%id,  0.0%wa,  0.3%hi,  1.3%si,  
0.0%st
Mem:515844k total,   494468k used,21376k free,17264k buffers
Swap:   682720k total,34852k used,   647868k free,   330272k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 5285 root  15   0 93308  42m 7752 R 52.7  8.4   2:00.92 python



detail of 5285 process from ps :

root  5285 53.8  8.4  93308 43416 pts/0Sl   21:50   3:12 python 
/usr/lib/python2.5/site-packages/freevo/main.py --force-fs



It is freevo.


Please help me, give me some idea to test...

Yoann




Publicy a écrit :
> Totally strange, yesterday my CPU was 2-3% when idle
> now it's again 50%
>
> freevo cache : done this afternoon
> reboot done...
>
> I don't understand...
>
>
> Alberto Hernando a écrit :
>   
>> El Jueves, 27 de Noviembre de 2008 23:12, Markus Wittenberg escribió:
>>   
>> 
>>> I also run freevo cache once a week by cron. But I usually don't have to
>>> restart freevo after caching.
>>> 
>>>   
>> I run freevo cache everytime I start freevo. I do it in background and I 
>> don't 
>> notice anything. It takes just a few seconds, but I know this only when I 
>> have to run freevo by hand to investigate other things.
>>
>> Alberto
>>
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>>
>>   
>> 
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>   


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [ANNOUNCE] Release 1.8.3

2008-12-01 Thread Duncan Webb
Hi all,

This is a quick announcement to say that Freevo-1.8.3 has been release.

I had to do a quick last second fix and shipped the wrong tar file; it
should have the MD5 sum 817ae34cca78b57970ce1bbb58e19ce3.

A quick look at the change log shows that this release is one of the
biggest yet.

I'll write the full announcement tomorrow, it's getting late now, but
for a quick preview take a look at the ChangeLog.
http://doc.freevo.org/ChangeLog

Have fun
Duncan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] PSIP - Program and and System Information Protocol

2008-12-01 Thread Adam Charrett
On Mon, December 1, 2008 3:12 pm, Michael Walma wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello,
>
> I am wondering if there is any effort being made to make PSIP electronic
> programming guide information available in Freevo.  Quoting Wikipedia
> (http://en.wikipedia.org/wiki/Program_and_System_Information_Protocol):
>
>> The Program and System Information Protocol (PSIP) is the protocol
>> used in the ATSC digital television system for carrying metadata
>> about each channel in the broadcast transport stream of a TV station
>> and for publishing information about television programs so that
>> viewers can select what to watch by title and description.
>
> I watch only free to air digital TV and I would very much like to use
> PSIP for the source for my EPG.  Digging around, I found one GPL-ed
> project, ATSCAP (http://sourceforge.net/projects/atscap-gpl/), which
> uses PSIP information for its own EPG, so there is some effort being
> made in the FOSS domain in this area.
>
> Thanks in advance,
>
> Michael
>

Hi Michael,

Already done, if you use DVBStreamer (www.dvbstreamer.org)it will
automatically capture the EPG data for you and can export it in XMLTV
format. Jonathan Isom has been using this and has some scripts available
(on the dvbstreamer wiki) that tune to the different frequencies when your
not watching TV to ensure that the EPG information is kept up to date.

Cheers

Adam


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] PSIP - Program and and System Information Protocol

2008-12-01 Thread Michael Walma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I am wondering if there is any effort being made to make PSIP electronic
programming guide information available in Freevo.  Quoting Wikipedia
(http://en.wikipedia.org/wiki/Program_and_System_Information_Protocol):

> The Program and System Information Protocol (PSIP) is the protocol
> used in the ATSC digital television system for carrying metadata
> about each channel in the broadcast transport stream of a TV station
> and for publishing information about television programs so that
> viewers can select what to watch by title and description.

I watch only free to air digital TV and I would very much like to use
PSIP for the source for my EPG.  Digging around, I found one GPL-ed
project, ATSCAP (http://sourceforge.net/projects/atscap-gpl/), which
uses PSIP information for its own EPG, so there is some effort being
made in the FOSS domain in this area.

Thanks in advance,

Michael

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJM/7RjQbu/rCGTkYRAv0eAKDAA+ao4vSrrSTSgdyVD/fxx1VpDQCg5ek6
Zpq8IfXLTUmToywQnLj6rYg=
=9xQD
-END PGP SIGNATURE-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] hdmi, intel G33 and xorg [OT]

2008-12-01 Thread Christian Lyra
Hi there,

This is a little OT but still related. I was running my freevo on a 
ubuntu 8.4 system with a onboard Intel gma3100 video card* (xorg says 
it has a G33 chipset), and thought that could be a good idea to upgrade 
to 8.10. After the upgrade, it seems that every video playing is kind 
choppy. I was planning for a while to go back to Debian ( I should 
never leaved it...), so I did a fresh new Debian "unstable" install. To 
my surprise the problem persist. After a lot of tinkering, I found that 
using Option "AccelMethod" "XAA" solves the problem (or at 
least "soften" it). So... anybody is aware of problems with xorg 7.3 
and intel cards? 

I also tried to move from the current VGA cable to my LG 32" LCD Tv to 
the HDMI cable. First, the xorg could only use the ridiculous 720x480 
resolution. After searching for a while, I found that i need to use a 
modeline line if I want to use something else. So I tried a modeline 
for 1280x720, and it worked... sort of... I lost about 5%-10% of the 
image on each border (overscan?). And then... i gave up. Since hdmi is 
all digital and so on, shouldnt it be more "plug and play"? Or the hdmi 
spec is badly implemented on TVs? Or in xorg? Anyway... any help on 
this will be appreciated.



* shuttle: http://global.shuttle.com/product_detail.jsp?PI=784
 
-- 
Christian Lyra
POP-PR - RNP

http://lyra.soueu.com.br

If I decide to test a lieutenant's loyalty and see if he/she should be 
made a trusted lieutenant, I will have a crack squad of marksmen 
standing by in case the answer is no.
The Top Things I'd Do
If I Ever Became an Evil Overlord

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Running multiple versions

2008-12-01 Thread Francisco Eduardo Álvarez Solano
Hi,

>
> >cp -r .freevo_1.73 .freevo_1.82
> >ln -s .freevo_1.82 .freevo
>

I think that it is probably a cache problem. Try to run Freevo 1.8.2 with a
clean .freevo dir. Indeed, to avoid problems with '.freevo' dir and cache, I
have the next layout:

~/freevo-1.8.2

~/freevo-1.8.0

~/freevo -> link to either freevo-1.8.2 or freevo-1.8.0

~/.freevo -> link to ~/freevo, so cahce dir and vfs are created inside the
installation freevo. This approach has the disadvantage that you use a lot
of HD as cache is repeated for every freevo version in use.

I set PYTHONPATH before invoking freevo.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users