Hi,

Updated freevo this morning just before 1.5pre1 released and found
that when entering the Media library (library.rpy) section there is this
'informational' message

Messages:
ERROR: None/None does not exist. No action taken.

When entering 'recorded tv' all is well but when entering the movies, music,
images section i received the following error.

usr/lib/python2.3/site-packages/twisted/web/server.py, line 159 in process
157    try:
158      resrc = self.site.getResourceFor(self)
159      self.render(resrc)
160    except:
Selfsite twisted.web.server.Site instance @ 0x40c8638c
 <twisted.web.server.Site instance at 0x40c8638c> 

Localsresrc __builtin__.LibraryResource instance @ 0x410e8aac
 <__builtin__.LibraryResource instance at 0x410e8aac> 
self twisted.web.server.Request instance @ 0x410e5aac
 <GET /library.rpy?media=music HTTP/1.1> 

/usr/lib/python2.3/site-packages/twisted/web/server.py, line 166 in render
164  def render(self, resrc):
165    try:
166      body = resrc.render(self)
167    except UnsupportedMethod, e:
Localsresrc __builtin__.LibraryResource instance @ 0x410e8aac
 <__builtin__.LibraryResource instance at 0x410e8aac> 
self twisted.web.server.Request instance @ 0x410e5aac
 <GET /library.rpy?media=music HTTP/1.1> 

GlobalsUnsupportedMethod <class twisted.web.server.UnsupportedMethod at 0x40c754ac> 

/usr/local/freevocvs/src/www/web_types.py, line 137 in render
135      return '<h1>401 Authentication required</h1>'
136    else:
137      return self._render(request)
138
Localsself __builtin__.LibraryResource instance @ 0x410e8aac
 <__builtin__.LibraryResource instance at 0x410e8aac> 
request twisted.web.server.Request instance @ 0x410e5aac
 <GET /library.rpy?media=music HTTP/1.1> 

/usr/local/freevocvs/src/www/htdocs/library.rpy, line 338 in _render
336    elif action_mediatype and action_dir and not action == "download":
337      if not self.check_dir(action_mediatype,action_dir):
338        sys.exit(1)
339
Localsaction_mediatype 'music' 
action_dir u'None' 
action 'view' 
self __builtin__.LibraryResource instance @ 0x410e8aac
 <__builtin__.LibraryResource instance at 0x410e8aac> 

Globalssys <module 'sys' (built-in)> 


All this sections have multiple directory's where the recorded tv
section has not.  Looked at the code for a while but can't figure it
out where it is going wrong.

And i got an issue with tv.mplayer combined with the ivtv
(pvr250/pvr350) driver. It took a while before knowing that i had to
use video_groups to enable ivtv support. There was some info about
this in my mail archives but it was more a less WIP, and maybe still
is ;-) . If i know how it works i will update the wiki np. But first i
have to resolve the following error.

Traceback (most recent call last):
  File "/usr/local/freevocvs/src/main.py", line 445, in ?
    app.eventhandler(event)
  File "/usr/local/freevocvs/src/menu.py", line 409, in eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/local/freevocvs/src/tv/tvguide.py", line 260, in eventhandler
    self.player('tv', self.selected.channel_id)
  File "/usr/local/freevocvs/src/tv/tvmenu.py", line 118, in start_tv
    plugin.getbyname(plugin.TV).Play(mode, tuner_id)
AttributeError: 'NoneType' object has no attribute 'Play'

and this is with these settings

VIDEO_GROUPS = [
     VideoGroup(vdev='TV_DEVICE',
                adev=None,
                input_type='tuner',
#                input_num=4,
                tuner_norm='PAL',
                tuner_chanlist='europe-west',
                desc='Cable',
                group_type='ivtv',
                recordable=True),
]

Not sure what the exact syntax has to be and it could easily be a
configuring error on my end. Any pointers on this and how one can use
the custom FREQUENCY_TABLE with VIDEO_GROUPS. ?

   /Robert                          



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to