Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-17 Thread Michel Hoogervorst
Yugandhar,

It gives you the message that the channel has no data loaded, because
you don't have a working TV.xml.
You should be able to watch TV though, and to manually schedule a
recording.  You just don't have a working TV guide, that's all.

If you have trouble watching/recording tv then something else is
wrong, because it doesn't _need_ a working tv guide.


Michel

2007/6/18, Yugandhar G.V <[EMAIL PROTECTED]>:
> Hi Michel,
> I have followed the steps given by you and when I start the freevo
> and enter into watch TV it shows the TV guide and when I enter into the TV
> guide and enter on any channel it is showing the following error:
>This channel has no data loaded.
> The frequencies I entered are correct because I have checked with ivtv-tune
> application and captured the video and played using mplayer can you please
> tell me what exactly is happening.
>
> Regards,
> Yugandhar G.V.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michel
> Hoogervorst
> Sent: Tuesday, June 12, 2007 8:05 PM
> To: freevo-users@lists.sourceforge.net
> Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
>
> You could just fill in anything for the xmlid, this is only needed in
> order to make the program guide work like a program guide ;-)
>
> 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > For getting the freevo to work I have to fill that structure TV_CHANNELS
> > right in that what I have to put in the place of xmltvid.
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> > Of Michel Hoogervorst
> > Sent: Tuesday, June 12, 2007 7:52 PM
> > To: Yugandhar G.V
> > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> >
> > I must say I have no clue... maybe someone else on this list from
> > India could help with this?
> > You can however still use Freevo with TV without the TV.xml, it should
> > already work, but you just don't see any programs in the program
> > guide.
> >
> >
> > Michel
> >
> > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > Hi Michel,
> > > Tv_grab_India is not so what I have to do how can I create that
> .
> > I
> > > have to create at the time of installation or I can create after
> > > installation too.
> > >
> > > Regards,
> > > Yugandhar.
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf
> > > Of Michel Hoogervorst
> > > Sent: Tuesday, June 12, 2007 5:35 PM
> > > To: freevo-users@lists.sourceforge.net
> > > Cc: Yugandhar G.V
> > > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> > >
> > > Yugandhar,
> > >
> > > If you have installed xmltv you can issue a "tv_grab_xx > /tmp/TV.xml"
> > > to make things work (where xx should be your country-code).
> > >
> > >
> > > Michel
> > >
> > > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > > Hi Michel,
> > > > Once again thanks for your reply, I have followed the steps
> > given
> > > by
> > > > you. But I had one problem I have changed freq.py file as specified by
> > you
> > > > and entered the channel list for India as follows:
> > > > CHANLIST = {
> > > >  "nl-multikabel": dict(PAL_MULTIKABEL),
> > > >  "us-bcast" : dict(NTSC_BCAST),
> > > >  "india": dict(PAL_INIDA),
> > > >   .
> > > > }
> > > > After this I have to make PAL_INDIA with the channels and frequency my
> > > > question I think the frequencies entered in freq.py is kilohertz am I
> > > right
> > > > I also I have convert the megahertz frequency to kilohertz and enter
> in
> > > the
> > > > table or else I can directly enter the megahertz frequency One more
> > > question
> > > > is have installed XML TV but still I can't able to see the TV.xml file
> > can
> > > u
> > > > just tell me why I can't able to see the TV.xml file in my system.
> > > >
> > > > Regards,
> > > > Yugandhar.
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> > Behalf
> > > > Of Michel Hoogervorst
> > > > Sent: Tuesday, June 12, 2007 11:47 AM
> > > > To: Yugandhar G.V
> > > > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> > > >
> > > > Yugandhar,
> > > >
> > > > What you entered in freq.py should look something like this:
> > > > CHANLIST = {
> > > >  "nl-multikabel": dict(PAL_MULTIKABEL),
> > > >  "us-bcast" : dict(NTSC_BCAST),
> > > >   .
> > > > }
> > > >
> > > > Where the "nl-multikabel" line matches the "PAL_MULTIKABEL" below:
> > > >
> > > > PAL_MULTIKABEL = [
> > > > ("10", 208000 ), # Nederland 1
> > > > ("11", 216000 ), # Nederland 2
> > > > ("12", 224000 ), # Nederland 3
> > > > ]
> > > >
> > > > Where this is ("channel", frequency).
> > > > In your local_conf.py, you should match that like this:
> > > >
> > > > TV_CHANNELS = [
> > > > ('1.tvgids.nl',  'Nederland 1', '10'),
> > > > ('2.tvgids.nl',  'Nederland 2'

[Freevo-users] Frevo 1.7.x-SVN - Autogen.sh nodocs

2007-06-17 Thread Ow Mun Heng
I tried installing the latest svn release of freevo on my home media
server (currently on 1.6.2) and checked out the wiki page on getting it
installed for testing purposes..

Few items.

1. Kaa - For X reasons, I cant get this thing to be installed into the
specified prefix. (Freevo setup will not be able to locate kaa.) Ended
up have to install it as system wide then freevo will be able to find
it.

2. Freevo, during the install stage, where it's checking for needed
dependencies, it will complain that the html docs/howto are not
installable/found and exit. This is after doing ./autogen.sh nodocs.
I found out that it's because of a missing docbook2html binary, which I
didn't want to install because it pulls in a lot of other unneeded
dependencies.

In the end, I commented out 

os.path.walk('./Docs/installation', docbook_finder, data_files)
os.path.walk('./Docs/plugin_writing', docbook_finder, data_files)

the above 2 lines which then proceeded normally.

Note : For Y reasons, it X won't come back up when I do a freevo -fs on
the test directory. Have not troubleshoot it much yet..

Just thought I'll let you guys know.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Music and movie menu crash after upgrade to 1.7.2

2007-06-17 Thread Duncan Webb
> Sorry for the last mail that was all most unreadable.
>
> Hello
> I'm using Debian etch.
> A while ago I upgraded freevo from 1.6.3 to 1.7.2 using source packages.
> Now I get an error message, suggesting to shut down freevo, when i
> select music or movie or picture menu in main menu. TV and headlines
> work.
>
> I don't know how to get it to work again. Some help would be
> appreciated.

Looks like one of the translations is not up-to-date, which language are
you using?

> line 149, in main_menu
> menutitle = _('%s Main Menu') % title
> TypeError: not all arguments converted during string formatting

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Regarding chanlist in freevo.conf

2007-06-17 Thread Yugandhar G.V
Hi Michel,
I have followed the steps given by you and when I start the freevo
and enter into watch TV it shows the TV guide and when I enter into the TV
guide and enter on any channel it is showing the following error:
   This channel has no data loaded.
The frequencies I entered are correct because I have checked with ivtv-tune
application and captured the video and played using mplayer can you please
tell me what exactly is happening.

Regards,
Yugandhar G.V.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michel
Hoogervorst
Sent: Tuesday, June 12, 2007 8:05 PM
To: freevo-users@lists.sourceforge.net
Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf

You could just fill in anything for the xmlid, this is only needed in
order to make the program guide work like a program guide ;-)

2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> For getting the freevo to work I have to fill that structure TV_CHANNELS
> right in that what I have to put in the place of xmltvid.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Michel Hoogervorst
> Sent: Tuesday, June 12, 2007 7:52 PM
> To: Yugandhar G.V
> Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
>
> I must say I have no clue... maybe someone else on this list from
> India could help with this?
> You can however still use Freevo with TV without the TV.xml, it should
> already work, but you just don't see any programs in the program
> guide.
>
>
> Michel
>
> 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > Hi Michel,
> > Tv_grab_India is not so what I have to do how can I create that
.
> I
> > have to create at the time of installation or I can create after
> > installation too.
> >
> > Regards,
> > Yugandhar.
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf
> > Of Michel Hoogervorst
> > Sent: Tuesday, June 12, 2007 5:35 PM
> > To: freevo-users@lists.sourceforge.net
> > Cc: Yugandhar G.V
> > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> >
> > Yugandhar,
> >
> > If you have installed xmltv you can issue a "tv_grab_xx > /tmp/TV.xml"
> > to make things work (where xx should be your country-code).
> >
> >
> > Michel
> >
> > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > Hi Michel,
> > > Once again thanks for your reply, I have followed the steps
> given
> > by
> > > you. But I had one problem I have changed freq.py file as specified by
> you
> > > and entered the channel list for India as follows:
> > > CHANLIST = {
> > >  "nl-multikabel": dict(PAL_MULTIKABEL),
> > >  "us-bcast" : dict(NTSC_BCAST),
> > >  "india": dict(PAL_INIDA),
> > >   .
> > > }
> > > After this I have to make PAL_INDIA with the channels and frequency my
> > > question I think the frequencies entered in freq.py is kilohertz am I
> > right
> > > I also I have convert the megahertz frequency to kilohertz and enter
in
> > the
> > > table or else I can directly enter the megahertz frequency One more
> > question
> > > is have installed XML TV but still I can't able to see the TV.xml file
> can
> > u
> > > just tell me why I can't able to see the TV.xml file in my system.
> > >
> > > Regards,
> > > Yugandhar.
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf
> > > Of Michel Hoogervorst
> > > Sent: Tuesday, June 12, 2007 11:47 AM
> > > To: Yugandhar G.V
> > > Subject: Re: [Freevo-users] Regarding chanlist in freevo.conf
> > >
> > > Yugandhar,
> > >
> > > What you entered in freq.py should look something like this:
> > > CHANLIST = {
> > >  "nl-multikabel": dict(PAL_MULTIKABEL),
> > >  "us-bcast" : dict(NTSC_BCAST),
> > >   .
> > > }
> > >
> > > Where the "nl-multikabel" line matches the "PAL_MULTIKABEL" below:
> > >
> > > PAL_MULTIKABEL = [
> > > ("10", 208000 ), # Nederland 1
> > > ("11", 216000 ), # Nederland 2
> > > ("12", 224000 ), # Nederland 3
> > > ]
> > >
> > > Where this is ("channel", frequency).
> > > In your local_conf.py, you should match that like this:
> > >
> > > TV_CHANNELS = [
> > > ('1.tvgids.nl',  'Nederland 1', '10'),
> > > ('2.tvgids.nl',  'Nederland 2', '11'),
> > > ('3.tvgids.nl',  'Nederland 3', '12'),
> > > ]
> > >
> > > Where this is ('xmltv_id', 'Display name', 'channel')
> > >
> > > The xmltv_id should match your TV.xml (made by xmltv).  This is not
> > > nessacary for TV to work, but is needed for the tv-guide only.
> > >
> > > Hope this is clear?
> > >
> > >
> > > Michel
> > >
> > > 2007/6/12, Yugandhar G.V <[EMAIL PROTECTED]>:
> > > >
> > > > Hi Michel,
> > > >I am not using the cable for the Hauppauge card I am using
the
> > > > antenna to get the channels. So, I want to scan for the channels
first
> > and
> > > > list down all the frequencies and then I have to edit the freq.py
> file.
> > 

[Freevo-users] vdr + xine + freevo (2)

2007-06-17 Thread mike lewis

Here is the plugin i posted before..  To get this working with
xinelibout you only need to do the following:

Change your local_config.py entry from:
VDR_XINE_FIFO_PATH='vdr://var/vdr/xine/stream#demux:mpeg_pes

to:
VDR_XINE_FIFO_PATH='whatever the mrl for vdrxinelibout is?  Can't remember..

;-).

Mike

-- Forwarded message --
From: mike lewis <[EMAIL PROTECTED]>
Date: May 2, 2007 9:28 PM
Subject: Re: [Freevo-users] vdr plugin
To: freevo-users@lists.sourceforge.net


On 4/23/07, Juha Pahkala <[EMAIL PROTECTED]> wrote:

mike lewis wrote:
> On 4/12/07, Juha Pahkala <[EMAIL PROTECTED]> wrote:
>
>> I was excited to see your patch on the devel list today, but it awfully
>> much resembles something  more for CD burning than VDR, might be the
>> wrong patch  :)
>>
>>
> Doh!   Sorry.  I'll have a look over the weekend..
>
> M
A friendly reminder... i'm (and probably others as well) still
interested in the patch if you find it


Here tis, in all it's glory..

local_conf excerpt:
---
#plugin.activate('vdr_interface')
plugin.activate('vdrtv', level=5)
VDR_VIEWER_PLUGIN = 'xine'
VDR_XINE_FIFO_PATH = 'vdr:/tmp/vdr-xine/stream#demux:mpeg_pes'
---

Note, vdr_interface no longer required..  this new version works on
vdr-xine only when installed to allow xine to issue commands to vdr.
Can't what compile option that is though... vdr_interface is the
reason why the other versions of the plugin no longer work..

Let me know how it goes...  I'm happy to help you get it running.
Sorry for taking so long.  Been studying.

Mike


tia, juhis


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

#if 0 /*
# ---
# vdrtv.py - A VDR (DVB) plugin for freevo
# ---
# Se README for documentation
# ---
# Revision history
# see the file HISTORY
# ---
# Freevo - A Home Theater PC framework
# Copyright (C) 2003 Krister Lagerstrom, et al.
# Please see the file freevo/Docs/CREDITS for a complete list of authors.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MER-
# CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# --- */
#endif

#python modules
import re

#freevo modules
import config, menu, rc, plugin, util
from item import Item
import childapp
import pygame.locals as key
from event import *

#vdrpy modules
#from vdr.svdrp import SVDRP
import time

VDR_EVENTS = {
'PLAY'  : PLAY,
'PAUSE' : PAUSE,
'STOP'  : STOP,
'EXIT'  : Event('EXIT'),
'UP': Event('UP'),
'DOWN'  : Event('DOWN'),
'LEFT'  : Event('LEFT'),
'RIGHT' : Event('RIGHT'),
'0' : INPUT_0,
'1' : INPUT_1,
'2' : INPUT_2,
'3' : INPUT_3,
'4' : INPUT_4,
'5' : INPUT_5,
'6' : INPUT_6,
'7' : INPUT_7,
'8' : INPUT_8,
'9' : INPUT_9,
'RED'   : Event('RED'),
'GREEN' : Event('GREEN'),
'YELLOW': Event('YELLOW'),
'BLUE'  : Event('BLUE'),
'POWER' : Event('POWER'),
'MENU'  : MENU,
#'BACK'  : Event('BACK'),
#michaell
'ENTER' : Event('BACK'),
'SELECT': Event('SELECT'),
'VOL+'  : Event('VOL+'),
'VOL-'  : Event('VOL-'),
'MUTE'  : Event('MUTE'),
'CH+'   : Event('CH+'),
'CH-'   : Event('CH-'),
'FFWD'  : Event('FFWD'),
'REW'   : Event('REW'),
'REC'   : Event('REC'),
'ASPECT': Event('ASPECT'),
'ZOOM'  : Event('ZOOMIN'),
'DVHS'  : Event('ZOOMOUT'),
'RECORDINGS' : Event('RECORDINGS'),
'CHANNELS'  : Event('CHANNELS'),
'AUDIO' : Event('LANG'),
'SCHEDULE'  : Event('GUIDE'),
'TIMERS': Event('TIMERS'),

Re: [Freevo-users] freevo + vdr + xine

2007-06-17 Thread mike lewis
I've now got vdr working now that I have pylirc installed on ubundy feisty.

No changes requires from the default vdrtv.py plugin I posted to the
list a few weeks ago.  Only, instaled of calling the vdr-xine mrl I
called the vdrlinelib mrl.  I'm not going to be home for a few weeks
so can't write anything more up on that.



On 6/14/07, mike lewis <[EMAIL PROTECTED]> wrote:
> I'm still hacing problems with pylirc so no update from me.
>
> M
>
> On 6/13/07, Bret Clark <[EMAIL PROTECTED]> wrote:
> > apt-get remove xine-lib xine-ui
> >
> > then do a "make install" from the directory where you compiled xine.
> > This will probably install every thing into the /usr/local directory
> > under bin and lib.
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Pirlouwi
> > Sent: Sunday, June 10, 2007 2:26 PM
> > To: freevo-users@lists.sourceforge.net
> > Subject: [Freevo-users] freevo + vdr + xine
> >
> > Hello everybody,
> > has someone experience to share about the use of vdr application inside
> > freevo?
> >
> > First of all, I have to install vdr, and use it through xine as output
> > device, because I only have a budget dvb-t hardware. So I have to
> > patch xine for it to recognize vdr mrl (as it is explained here:
> > http://vdr.bluox.org/wiki/index.php/Xine-plugin#Installation). This is
> > done without problems, because at http://home.vr-web.de/~rnissl/ I can
> > get the cvs versions of xine-lib and xine-ui that match the given
> > patch.
> >
> > My problem is for me to install xine-lib and xine-ui after compilation !
> > How can I do that, knowing that I already had xine installed before on
> > my Ubuntu feisty, via apt-get. A simple : sudo make install do not
> > work (evident, otherwise I wouldn't have wrote this email :-)
> > I suppose that I should only uninstall xine, but I don't know which
> > package to remove.
> > Whatever I do, I have no success, my self compiled xine always crash,
> > either due to plugins not found, or core dumps, ... ! It is a mess,
> > and i need some help to continue.
> >
> > I feel that my problem is the previous "footprint" induced by the
> > former xine (installed by apt-get), but I don't know how to circumvent
> > that.
> >
> > Thanks for your advices.
> >
> > LOUIS
> >
> > 
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.5.472 / Virus Database: 269.8.15/845 - Release Date:
> > 6/12/2007 6:39 AM
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.5.472 / Virus Database: 269.8.15/845 - Release Date:
> > 6/12/2007 6:39 AM
> >
> >
> >
> > -
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Music and movie menu crash after upgrade to 1.7.2

2007-06-17 Thread Petter Videbrink
Sorry for the last mail that was all most unreadable.

Hello
I'm using Debian etch.
A while ago I upgraded freevo from 1.6.3 to 1.7.2 using source packages.
Now I get an error message, suggesting to shut down freevo, when i
select music or movie or picture menu in main menu. TV and headlines
work.

I don't know how to get it to work again. Some help would be
appreciated.

/Petter

Below is my main-1000.log

Freevo (1.7.2) start at Sat Jun  9 09:55:40 2007
---

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

You are using version 5.17, changes since then:
Version 5.18:
 Added tv.recodings_manager plug-in to show what has been watched,
TVRM_*,
 Removed TV_RECORD_PADDING, use TV_RECORD_PADDING_PRE and
TV_RECORD_PADDING_POST
 

Version 5.19:
 Changed rss.feeds field separator to use a ';' instead of a ','
 Changed weather locations to add a language code as the third
parameter
 Moved video.reencode to video.reencode-old and video.reencode2 to
video.reencode
 Added MAJOR_AUDIO_CTRL_MUTE to be able to choose a differente
control for mute in the Alsa mixer plugin
 Changed default locale from latin-1 to iso-8859-15, they are really
the same
 Added MPLAYER_OLDTVCHANNELCHANGE to allow the PREV_CH button to
swap to previous channel
 Added RSS_DOWNLOAD for a place to save downloaded data
 Added IMAGE_EXCLUDE as a regular expression to exclude images such
as thumbnails
 Added TV_RECORD_FAVORITE_MARGIN to allow favourites to be added to
the schedule within a tolerance value
 


Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/hdc',
'CD-1')"
ROM_DRIVES: Auto-detected and added "('/media/cdrom1', '/dev/hdd',
'CD-2')"
PyLirc resumed!
getScheduledRecordings: (111, 'F\xc3\xb6rbindelse v\xc3\xa4gras')
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 290, in
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in
eventhandler
action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 92, in
select
self.function(arg=self.arg, menuw=menuw)
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mediamenu.py",
line 149, in main_menu
menutitle = _('%s Main Menu') % title
TypeError: not all arguments converted during string formatting
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 290, in
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in
eventhandler
action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 92, in
select
self.function(arg=self.arg, menuw=menuw)
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mediamenu.py",
line 149, in main_menu
menutitle = _('%s Main Menu') % title
TypeError: not all arguments converted during string formatting
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 290, in
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in
eventhandler
action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 92, in
select
self.function(arg=self.arg, menuw=menuw)
  File "/usr/lib/python2.4/site-packages/freevo/plugins/mediamenu.py",
line 149, in main_menu
menutitle = _('%s Main Menu') % title
TypeError: not all arguments converted during string formatting




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Strange Folder Behaviour

2007-06-17 Thread Ryan Roth
Ok I have noticed this too,

In the one album folder the MP3s id3 tag has '...album title' as its 
album name, and in the other folder, there is no album sub folders, and 
the name that is showing instead of the artist is the id3 album name also.

By changing the id3 album info on the first to exclude the '...' solved 
the issue of the parent folder being named improperly.  And by creating 
a subfolder for all the MP3s in the second it solved the issue with the 
misnamed parent folder.

So is this a bug, or is there a way to prevent this?  I have my MP3 
folders named how I want them, and I do not want Freevo displaying them 
incorrectly based of id3 tags. Id do have 'USE_MEDIAID_TAG_NAMES = 0' 
set in local_config.py.


Ryan Roth wrote:
> I have my music setup in Freevo under one folder called MP3s.  The 
> layout of this folder is as follows:
>
> MP3s\
> --A\
> --B\
> --C\
> -Artist Name Starting With C\
> --Album 1 of Artist
> --Album 2 of Artist
>
> and so on through the alphabet.  But here is the problem;  Some of my 
> Albums are showing under the main 'letter' folder, rather than under 
> Artist.  Then I have one where the Artist folder name is replaced with 
> the name of a MP3 in one of its Album folders.  I have deleted my cache 
> and done a rebuild, with no luck, any suggestions?
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Strange Folder Behaviour

2007-06-17 Thread Ryan Roth
I have my music setup in Freevo under one folder called MP3s.  The 
layout of this folder is as follows:

MP3s\
--A\
--B\
--C\
-Artist Name Starting With C\
--Album 1 of Artist
--Album 2 of Artist

and so on through the alphabet.  But here is the problem;  Some of my 
Albums are showing under the main 'letter' folder, rather than under 
Artist.  Then I have one where the Artist folder name is replaced with 
the name of a MP3 in one of its Album folders.  I have deleted my cache 
and done a rebuild, with no luck, any suggestions?


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Remove "Unknown" menu entry

2007-06-17 Thread Cornelius Koelbel
Hello List,

once I installed some plugins - but I can not remember what...

Now I got within my menu one menu entry "Unknown" between TV and films.
There is not anything within this menu entry. How can I remove this entry?

Kind regards
Cornelius


smime.p7s
Description: S/MIME Cryptographic Signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] video thumbnails aren't created

2007-06-17 Thread Jaap Struyk
Hello,

Recently upgraded my server/freevo box with "minimalistic" as manifest.
The only multimedia app. that I have installed is mplayer and
freevo-1.6.3 and it's python/perl dependencies. (no 1.7.x for me yet, sorry)
All seems to work but when I record a dvb-s show no thumbnails are
created also not when trying to do so with the remote (via menu).
What app. did I miss that should create the video thumbnails?
-- 
Groetjes Japie

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users