Re: [Freevo-users] OSD_OVERSCAN info needed

2007-08-12 Thread Justin Wetherell
I am pretty sure that's what those options to. Try setting them both to 0
and steadily increasing them until you find you perfect setting. I believe
they are pre-set to a 4:3 screen.

On 8/12/07, Frank [Antispam account] <[EMAIL PROTECTED]> wrote:
>
> Hi list,
>
> Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
> config file?
>
> I'm having problems (annoyancies) with displaying Freevo.
> Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.
>
> When viewing Freevo I'm missing some screen on the top and bottom and
> Freevo
>
> is a bit right-centered (all about 2% of the screen).
> What I really what is to tell freevo to show itself 2% smaller then X
> does.
> I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
> might
> have misconfiged this or this isn't working as expected.
>
>
> Anyone some clues?
>
> Thanks,
> Frank
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] struggling with PVR150 TV viewing

2007-08-12 Thread Petter Videbrink
Hi Chris

I hade a similar problem, I think I accidentally deleted the row
"group_type='ivtv'" in the VIDEO_GROUPS section in local_conf.py.
After reparing that this is how it looks like in my local_conf.py.
I can look at live TV and do timeshift.

VIDEO_GROUPS = [
 # Use this group for watching tv
 VideoGroup(vdev=TV_DEVICE,
adev=AUDIO_DEVICE,
input_type='tuner',
tuner_norm=CONF.tv,
tuner_chanlist=CONF.chanlist,
desc='Watching Video Group',
group_type='ivtv'),]
#   record_group=1),
 # Use this group for recording tv
# VideoGroup(vdev='/dev/video1',
#adev=AUDIO_DEVICE,
#input_type='tuner',
#tuner_norm=CONF.tv,
#tuner_chanlist=CONF.chanlist,
#desc='Recording Video Group',
#record_group=None),
# ]

Compared to yours my conf seem to have some more brackets "]" maybe you
missed it when you copied it into the mail. Else this might help you

/Petter



 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] struggling with PVR150 TV viewing

2007-08-12 Thread Petter Videbrink
Hi Chris
I had a similar problem it occurred when I used the 1.7.2 local_conf.py
example file. When I used my old local_conf.py then it worked. The
differens was in the VIDEO_GOUPS section.




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Directory as a playitem

2007-08-12 Thread Yomgui Gmail
Hi,

I have followed the wiki chapter called "directory as a playitem"

of this page http://freevo.sourceforge.net/cgi-bin/doc/FXDFiles.

The fxd file is created and I named it the same as the directory but
in the menu no infos or image is displayed when I am on the directory.

Did I miss something ?

Guillaume

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Display imdb information on a movie

2007-08-12 Thread Yomgui Gmail
Hi All,

You were right on 2 points :
- there was an encoding problem in the fxd
- it is ok with freevo 1.7.2 (I have not upgrade yet :D)

The fxd was generated with 1.7.0.

A new file with 1.7.2 and it was ok

Thanks for your help

Guillaume
>
> Try changing the & on line 17 to &
>
> I thought that the xml special characters are filtered out, which
> version of freevo are you using?
>
> Duncan

I am using the 1.7.2. I am going to try that

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] New site - any final thoughts before launch?

2007-08-12 Thread John Molohan
Hi all,

Following from all your great feeback I've made some more changes to the 
new site, fixed up some code and changed the logo. Take a look at 
http://freevo.sourceforge.net/johnm/ and let me know if you've any feedback.

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] OSD_OVERSCAN info needed

2007-08-12 Thread Frank [Antispam account]
Hi list,

Can anyone eleborate on the OSD_OVERSCAN_X AND OSD_OVERSCAN_Y options in
config file?

I'm having problems (annoyancies) with displaying Freevo.
Currently running 1.7.3 with the panorama skin on a 16:9 TV at 800x600.

When viewing Freevo I'm missing some screen on the top and bottom and Freevo

is a bit right-centered (all about 2% of the screen).
What I really what is to tell freevo to show itself 2% smaller then X does. 
I was hoping OSD_OVERSCAN_X AND OSD_OVERSCAN_Y would do the trick, but I
might 
have misconfiged this or this isn't working as expected.


Anyone some clues?

Thanks,
Frank


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Pre launch feedback for new look freevo.org

2007-08-12 Thread John Molohan
Elizabeth Dodd wrote:
> On Friday 10 August 2007 00:55, Gorka Olaizola wrote:
>   
>> On Wed, Aug 08, 2007 at 11:33:17PM +0100, John Molohan wrote:
>> 
>>> I'm looking to revamp www.freevo.org. If you're interested you can take
>>> a look at www.freevo.org/johnm/ to see what it might look like. If
>>> you've any feedback or suggestions I'd love to hear them.
>>>   
>> The design is OK but the menu on the left should have more options.
>> I think it would be better to separate in to boxes. One for users
>> (Documentation, download, screenshots or users mailing list archives,
>> etc...) and another one with links for development (bugs, request,
>> development info and mailing list archives))
>> Maybe it would be a good idea to have boxes with info for Freevo 2.0 and
>> 1.7 roadmaps, info and goals. So people that see the web know the
>> status of Freevo at a first glance.
>>
>> The upper links need a link for downloading Freevo, and the
>> download section should have pointers to each distribution packages, not
>> only to the tar.gz
>> 
>
> I found the expanding and contracting left menu quite irritating. White on 
> blue is not optimum for reading and the small font on my screen (I am using 
> two panels side by side on a wide screen) meant I could not read what was 
> coming and going before my eyes.
> If you have expanding lists I would find a click-open and click-close system 
> easier to read.
>   
:) That was how it used to work, someone else suggested that it wasn't 
great that way so I was just testing the onmouseover. I've changed it 
again to be static.
> I agree that the menu across the top should repeat the same headings as the 
> left menu.
> Liz
>
>   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Subtitle position

2007-08-12 Thread Frank [Antispam account]
Hi,

Anyone got a hint on howto position the subtitles.
I would like to move them up (about 25% of the screen)?
 
Thanks,
Frank



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Packagers please announce 1.7.3 packages here

2007-08-12 Thread John Molohan
James Oakley wrote:
> On Tuesday 07 August 2007 12:11 pm, John Molohan wrote:
>   
>> Hi all,
>>
>> If you are a packager of freevo for a particular distro can you please
>> reply here so I can make sure the site/wiki is up to date? Of course if
>> you can update the relevant section of the wiki too that would be great.
>> 
>
> Packages for SUSE 10.1 and up, including Factory are available here:
>
> http://download.opensuse.org/repositories/home:/jimfunk/
>
>   
Thanks for all the replies. I'm updating the new site with your info. On 
SUSE which one of the two repositories mentioned in this thread should 
be used?

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] CommandsFxd no spawn windowmanager

2007-08-12 Thread Brian McKee
Hi All
I'm trying to use the CommandsFxd as per the wiki.
I can get it to launch programs fine, but it won't spawn a window
manager.  I've tried metacity, fwvm and ratpoison.

Below is one of my fxd file and my COMMAND_ variable settings.
Comments appreciated
Brian




/usr/bin/firefox



Starts Firefox and suspends Freevo




COMMAND_SPAWM_WM = '/usr/bin/metacity'
COMMAND_KILL_WM = '`killall metacity`'




signature.asc
Description: This is a digitally signed message part
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] have patch for fileinfo.rpy : adding support for multipart video files

2007-08-12 Thread wim delvaux
HI all,

the 1.7.3 version of the webserver only provides support for the use of fxd
by showing the content of the fxd (like year, description, etc).

However when a fxd contains  entries, the data is not used AND the movie 
does not play since the fxd does not match the parts to be played.

I have modified the fileinfo.rpy (first python trial so errors and clumsyness 
included) so that whe the fxd shows MULTIPLE file entries (i.e. multipart 
movie) it will generate a link to an m3u playlist file with the same basename 
as the fxd. That m3u should contain the URL to the files to be played.

When playing the movie in this way vlc will automatically skip to the next 
part once the previous is finished.

Modifications and inclusion in 1.7.x hoped for

Patch attached
--- /tmp/fileinfo-orig.rpy	2007-08-12 12:44:28.0 +0200
+++ /usr/share/freevo/htdocs/fileinfo.rpy	2007-08-12 14:44:26.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#! /usr/bin/python
 # -*- coding: iso-8859-1 -*-
 # ---
 # proginfo.rpy - Dynamically update program info popup box.
@@ -56,6 +56,7 @@
 medium = metadata.parse(file)
 #print medium
 title = ""
+	allfiles=[]
 info = ""
 (basedir, item) = os.path.split(file)
 
@@ -64,8 +65,10 @@
 fxd_info = self.get_fxd_info(fxd_file)
 i = 0
 for z in fxd_info:
-if z and z != "cover-img":
+if z and z != "cover-img" and z != "files":
 info += "" + fxd_info.keys()[i] + ": "+fxd_info.values()[i]+""
+if z and z == "files":
+		allfiles= fxd_info.values()[i]
 i +=1
 title=fxd_info['title']
 if not title:
@@ -97,36 +100,72 @@
 info+='Size: '+str((os.stat(file)[6]/1024)/1024)+' MB'
 info+= ""
 
+	# count no of items
+allfiles_count = 0
+for a in allfiles:
+  allfiles_count = allfiles_count + 1
+
 file_link = self.convert_dir(file)
 
-fv.res += (
-   u"\n" \
-   u"var doc = parent.top.document;\n" \
-   u"doc.getElementById('file-head').innerHTML = '%s';\n"\
-   u"doc.getElementById('file-info').innerHTML = '%s';\n"\
-   u"doc.getElementById('file-play-button').onclick = %s;\n"\
-   u"doc.getElementById('file-play-using-vlc').onclick = %s;\n"\
-   u"doc.getElementById('program-waiting').style.display = 'none';\n" \
-   u"doc.getElementById('program-info').style.visibility = 'visible';\n" \
-   u"\n"
-) % ( Unicode(title.replace("'", "\\'")),
-  Unicode(info.replace("'", "\\'")),
-  "function() { window.open(\"%s\"); }" % (urllib.quote(file_link)),
-  '\
-  function() { \
+if  allfiles_count < 2 :
+  # single file
+  AP='location.hostname + ":" + location.port + "/' + urllib.quote(file_link) + '"'
+else:
+  m3u_file = file_link[:file_link.rindex('.')] + ".m3u"
+  AP='location.hostname + ":" + location.port + "/' + urllib.quote(m3u_file) + '"'
+	  #AP=''
+  #for x in allfiles:
+#AP+='video.add_item( "http://"; + location.hostname + ":" + location.port + "' + urllib.quote(x) + '" );'
+
+fv.res += u"\n"
+fv.res += u"var doc = parent.top.document;\n"
+fv.res += u"doc.getElementById('file-head').innerHTML = '%s';\n" % Unicode(title.replace("'", "\\'"))
+fv.res += u"doc.getElementById('file-info').innerHTML = '%s';\n" % Unicode(info.replace("'", "\\'"))
+
+if  allfiles_count < 2 :
+   fv.res += u"doc.getElementById('file-play-button').onclick = %s;\n" % \
+  "function() { window.open(\"%s\"); }" % (urllib.quote(file_link))
+	else:
+   fv.res += u"doc.getElementById('file-play-button').innerHTML = ' ';\n"
+
+fv.res += u'doc.getElementById("file-play-using-vlc").onclick = function() { \
   vlc_window = window.open(""); \
   vlc_window.document.write(\'VLC Player\'); \
-  vlc_window.document.write(\'
\'); \ - vlc_window.document.write(\'<