[Freevo-devel] program description scroll

2007-06-25 Thread Koval Valery
Hi. In my tv guide I see video with program description for 7-10 lines. But in freevo I can see only 4 lines (in TV Guide at the top of screen). Other lines are hidden from me by "...". Can I make changes in freevo for: 1. Add up/down pointers in this text box. 2. Make jump into that box and scr

[Freevo-devel] bug in libpng (1.7.3-svn)

2007-06-19 Thread Koval Valery
Hi. Yesterday I try to use last svn version of the freevo. I create src/revision.py (by hands) and freevo starting, but Traceback (most recent call last): File "/home/vkoval/freevo/src/main.py", line 108, in import menu# The menu widget class File "/home/vkoval/freevo-svn/src/menu

[Freevo-devel] unicode and string in filenames

2007-06-04 Thread Koval Valery
Hi. In previous release I make patch for change file and directory names from local encoding (my encoding is 'koi8-u') to unicode by Unicode(f), but Duncan Webb write some things about this to me for understanding using unicode in freevo. I understand that and yesterday change in home 1.7.1

[Freevo-devel] v4l2.py changes in 1.7.2 release

2007-06-01 Thread Koval Valery
Hi. After changes v4l2.py with comment "Fixed a struct size problem for 64bit machines, added some debugs" if I switch to TV channel I see that messages (in console): control "Video Pulldown" does not exists "Video Aspect" not found "Audio Stereo Mode Extension" not found "Audio Emphasis" not fou

Re: [Freevo-devel] shoppingcart plugin

2007-05-14 Thread Koval Valery
Duncan Webb ?: > Koval Valery wrote: >> Hi. >> >> Some days ago I make the patch for mark (add to cart) images in view >> mode. Ok. It's work. But! >> 1. I tag some image on cd (/mnt/cdrom). >> 2. For copying that image go into some dir (not on

[Freevo-devel] shoppingcart plugin

2007-05-13 Thread Koval Valery
Hi. Some days ago I make the patch for mark (add to cart) images in view mode. Ok. It's work. But! 1. I tag some image on cd (/mnt/cdrom). 2. For copying that image go into some dir (not on the cd!). 3. My rom drive is auto unmount. 4. If I try to copy I catch exception for path/file not found.

[Freevo-devel] run command if switch to some videogroup

2007-05-13 Thread Koval Valery
Hi. I make local (bad hack) changes in freevo/src/tv/channels.py (r9571) and in freevo/src/tv/plugins/ivtv_record.py (r9571) for run command if switch to some videogroup (thanks Duncan Webb). Videogroup check on "desc" field value, and cmd is hardcoded. But it's worked! Now I want to ask the quest

[Freevo-devel] volume preset before player start

2007-05-09 Thread Koval Valery
Hi. Yesterday I plaing with freevo (video and music) and change volume level for different tracks. I found that volume level presets before start player (video). I comment preset volume level before player start. If I'm not mistake - main volume level presets right after start freevo. I think -

[Freevo-devel] photo auto rotating (exif info)

2007-05-07 Thread Koval Valery
Hi! Yesterday In found some bug. Last release freevo and kaa. I view my photos in freevo and rotate all photos with portrait orientation. In freevo that photos was in portrait orientation but upside down! I check view in kuickshow, gqview, qiv - all of this viewers show my photo correct (with

[Freevo-devel] how: add program to record

2007-05-07 Thread Koval Valery
Hi! Every week on monday I prepare xmltv.xml from binary files (files from some source) for TV guide. In this process I'm compare all movies with my list of new movies what I want to see. After that I get list of movies with date+time,channel,title and I can add this program to record. Questio

[Freevo-devel] how: copy photo from cd to hdd in viewer

2007-05-07 Thread Koval Valery
Hi! I have many photos on dvd and sometimes view it's in freevo. Task: copy photo in photo viewer from cd to hdd. Question: can I copy selected photo (may be I can add hotkey to copy) from cd to hdd (dir selected in local_conf.py) in viewer? I have an experience how to add key for remote in li

[Freevo-devel] svn diff

2007-04-25 Thread Koval Valery
Hi. I have only web access (through the corporative proxy) to the freevo resources. Can I get diff for freevo 1.x between r9476 and r9506 through the web interface? May anybody know web service for browsing any svn server and have that functionality? -

[Freevo-devel] ivtv-radio and ivtv-record

2007-04-22 Thread Koval Valery
Hi. Yesterday I set to record some video through ivtv. After some time I forget about this and start ivtv-radio. After some time I play record video - and understand that record radio (green screen video with radio station sound). ivtv record and ivtv radio must not run together. Can I prevent th

[Freevo-devel] start freevo under user

2007-04-06 Thread Koval Valery
Hi. I want to start recordserver before run X under user 'vkoval'. For work after start X (and kde) and vkoval login freevo and work with recordserver.py. I try to start su vkoval -c "python /home/vkoval/freevo-1.x/freevo recordserver start" in rc.local (root-level, init 3, slackware-current) wh

[Freevo-devel] custom channel setup parameters

2007-04-05 Thread Koval Valery
Hi! Source data: ivtv tuner, slackware-current, cable TV operator, channels PAL and SECAM-DK on this tuner, chanlist: east-europe. First. Some time ago I tried mythtv. In this soft was setup for the channel: color, audio, tv(freq) tuning, standard and some other. In Freevo that is absent? How

[Freevo-devel] using nonstandard norm in freevo (PART II)

2007-04-03 Thread Koval Valery
In my discussion with Pascal Schirrmann (many thanks) I understand some things. After that I try to make changes in my config for prepare configuration which will be work for me. Some changes: VIDEO_GROUPS = [ # Use this group for watching tv (PAL) VideoGroup(vdev=TV_DEVICE, ad

Re: [Freevo-devel] using nonstandard norm in freevo

2007-04-01 Thread Koval Valery
Pascal Schirrmann wrote: >> In my country (and in other exUSSR-countries) TV operators use two >> standards: SECAM and PAL. >> In current freevo configuration I can select only one standard for all >> channels. >> >> My patch add feature in freevo for using second TV standard for the >> list of

[Freevo-devel] using xvmc with mplayer

2007-03-29 Thread Koval Valery
Some patches for using xvmc with mplayer as option in addition menu if mpeg{1|2} stream. Index: src/video/plugins/mplayer.py === --- src/video/plugins/mplayer.py(revision 9367) +++ src/video/plugins/mplayer.py(working copy)

[Freevo-devel] using nonstandard norm in freevo

2007-03-28 Thread Koval Valery
Hi! In my country (and in other exUSSR-countries) TV operators use two standards: SECAM and PAL. In current freevo configuration I can select only one standard for all channels. My patch add feature in freevo for using second TV standard for the list of selected freq's with switching to othe