[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Aubin Paul
On Sun, Jan 11, 2004 at 07:42:06PM +0100, Dirk Meyer wrote:
 I saw that. The problem is that in the tv info you move everything 230
 pixel to the left for the video items. That's ugly but it works. The
 problem is an image for a folder. You add comingup to the folder in
 the complete info width and the view area will paste the image above
 the text. What you realy want (I guess): you want a special setting
 for the 'tv main menu' showing comingup and no image area. The 'tv'
 settings are similar to the normal video settings (no comingup) only
 with the tv background. You can do this now by using the menusets for
 'tv main menu' (info area showing comingup as default), 'tv' (tv
 screen but normal video info area) and 'video' (video screen and
 normal tv info area).

That's one possible way to do it, but what about a 
if expression=cover
goto_pos x=280/
/if

If there is no cover, nothing moves.

Aubin


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Aubin Paul
On Mon, Jan 12, 2004 at 03:08:10AM -0300, Gustavo Sverzut Barbieri wrote:
 You have the possibility to use text x=x mode=relative|absolute
 .../ to make tables. The bad thing is that you need to put that
 statically in the skin. :(
Maybe it helps?

Not in this case, unfortunately. And the skin seems to trim multiple
spaces down as well, and you can't lead with a space, so there is no
really easy way to have indentation without moving a lot of stuff into
the skin, at the expense of functionality.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Dirk Meyer
Aubin Paul wrote:
 On Sun, Jan 11, 2004 at 07:42:06PM +0100, Dirk Meyer wrote:
 I saw that. The problem is that in the tv info you move everything 230
 pixel to the left for the video items. That's ugly but it works. The
 problem is an image for a folder. You add comingup to the folder in
 the complete info width and the view area will paste the image above
 the text. What you realy want (I guess): you want a special setting
 for the 'tv main menu' showing comingup and no image area. The 'tv'
 settings are similar to the normal video settings (no comingup) only
 with the tv background. You can do this now by using the menusets for
 'tv main menu' (info area showing comingup as default), 'tv' (tv
 screen but normal video info area) and 'video' (video screen and
 normal tv info area).

 That's one possible way to do it, but what about a 
 if expression=cover
 goto_pos x=280/
 /if

 If there is no cover, nothing moves.

Just put a cover.jpg inside your recorded shows dir. There is not
enough space for comingup and the image. 


Dischi

-- 
Warning:  Dates in Calendar are closer than they appear.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Dirk Meyer
Aubin Paul wrote:
 On Mon, Jan 12, 2004 at 03:08:10AM -0300, Gustavo Sverzut Barbieri wrote:
 You have the possibility to use text x=x mode=relative|absolute
 .../ to make tables. The bad thing is that you need to put that
 statically in the skin. :(
Maybe it helps?

 Not in this case, unfortunately. And the skin seems to trim multiple
 spaces down as well, and you can't lead with a space, so there is no
 really easy way to have indentation without moving a lot of stuff into
 the skin, at the expense of functionality.

I know. I don't know what will happen if we remove the trimming,
e.g. what parts of freevo expect there text to be fixed. But we could
just cahnge the code and will see what happens.


Dischi

-- 
Last night I dreamed I ate a ten-pound marshmallow, and when I woke up
the pillow was gone.
-- Tommy Cooper


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Aubin Paul
On Mon, Jan 12, 2004 at 01:01:12PM +0100, Dirk Meyer wrote:
 Just put a cover.jpg inside your recorded shows dir. There is not
 enough space for comingup and the image. 

I understand, but if it's cover is there, and we shift the comingup
when that happens, the comingup will wrap to handle the reduced space.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Aubin Paul
On Mon, Jan 12, 2004 at 01:02:26PM +0100, Dirk Meyer wrote:
 I know. I don't know what will happen if we remove the trimming,
 e.g. what parts of freevo expect there text to be fixed. But we could
 just cahnge the code and will see what happens.

What about just allowing an invisible character; kind of like how HTML
has the nbsp; character for multiple spaces...


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Dirk Meyer
Aubin Paul wrote:
 On Mon, Jan 12, 2004 at 01:01:12PM +0100, Dirk Meyer wrote:
 Just put a cover.jpg inside your recorded shows dir. There is not
 enough space for comingup and the image. 

 I understand, but if it's cover is there, and we shift the comingup
 when that happens, the comingup will wrap to handle the reduced space.

OK, you can do that. But I still think it's cleaner when yo define
extra menusets. It looks kind of straneg when the comingup moves from
left to right when an image is there, and if you have a subdir in
recorded shows, you will see comingup there, too.


Dischi

-- 
errors in argv often lead to output of argh
-- suffered wisdom


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-12 Thread Dirk Meyer
Dirk Meyer wrote:
 Aubin Paul wrote:
 On Mon, Jan 12, 2004 at 01:01:12PM +0100, Dirk Meyer wrote:
 Just put a cover.jpg inside your recorded shows dir. There is not
 enough space for comingup and the image. 

 I understand, but if it's cover is there, and we shift the comingup
 when that happens, the comingup will wrap to handle the reduced space.

 OK, you can do that. But I still think it's cleaner when yo define
 extra menusets. It looks kind of straneg when the comingup moves from
 left to right when an image is there, and if you have a subdir in
 recorded shows, you will see comingup there, too.

I just copied a modified version of blurr2 into WIP/Dischi. Is is
shorter because you don't have to redefine the info area with the
shift. I also fixed the osd bug, you can now have spaces after a
linebreak. 


Dischi

-- 
I am a friend of the working man, and I would rather be his friend
than be one.
-- Clarence Darrow


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-11 Thread Dirk Meyer
Aubin Paul wrote:
 On Sat, Jan 10, 2004 at 07:49:30PM +0100, Dirk Meyer wrote:
 I guess you shouldn't add it to directory, since it's tv
 specific. What about inherit a class from Directory in the file where
 the recordered show dir is added? Makes it cleaner I think.

 I suppose it could work that way, but I don't want it just for
 directories, I can do that easily with the skins. I want it for item
 type=dir and item type=menuitem

But I don't like it in item.py. In fact, it is no attribute of an
item, it's just a function call. So I added function calls support in
info_area.py. There is a dict at the top of the page, comingup points
to the function. And I changed 'cominup' in your skin to
'function:comingup'. That's cleaner I think.

BTW, I have a small bug in the skin. I don't have RECORD_DIR set, so
Freevo sets it to the first item in VIDEO_ITEMS. That dir has an image
and a description in the folder.fxd. This looks kind of stupid with
your skin (image over the comingup). But you can't remove the image
because you need it when you browse the recorded shows. What about we
change the type of the tv main menu from 'tv' to e.g. 'tv main', so
you can set the info area for the two menus seperate.

 You need to change drawstringframed in osd I guess. 

 I think drawstringframed is supposed tos, but as far as I can tell,
 it's not working anymore. It says that it does in the osd.py

 '- string: the string to be drawn. Supports '\n' and '\t' too.'

The comment is from Gustavo who wrote the first version of
drawstringframed. Since I rewrote the whole function, this may not be
correct anymore. 



Dischi

-- 
Give a man a fire and he's warm for a day, but set fire to him and he's
warm for the rest of his life.
-- (Terry Pratchett, Jingo)


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-11 Thread Dirk Meyer
Dirk Meyer wrote:
 BTW, I have a small bug in the skin. I don't have RECORD_DIR set, so
 Freevo sets it to the first item in VIDEO_ITEMS. That dir has an image
 and a description in the folder.fxd. This looks kind of stupid with
 your skin (image over the comingup). But you can't remove the image
 because you need it when you browse the recorded shows. What about we
 change the type of the tv main menu from 'tv' to e.g. 'tv main', so
 you can set the info area for the two menus seperate.

I just changed the skin code to do that. Now you can define menusets
for each type (tv, video, audio, image, games) and 'type main menu'
were type is one of the types above. If the extra main menu isn't
there, the skin will fallback to the type instead.

If a type is not defined, the skin will fall back to one of the
default menus. Possible default menus are

1. 'default': it should have an image and listing area
2. 'default no image': no item has an image, e.g. when you select the
   headlines plugin
3. 'default description': one or more items also have a description. 
4. 'default description no image': has description but no image

2 and 3 have a fallback to 1, 4 fallbacks to 3 or if 3 is not defined
to 1.

Happy skinning.

One last thing: each info area should have a handling for the type
default showing the attribute 'description'. Each item may have
one. And if you select the title menu for dvds, the item type is
'track', you can print some usefull infos here like runtime, num of
chapters, subtitles, audio language, etc. See the other skins for
details.


Dischi

-- 
Paranoid Club meeting this Friday.  Now ... just try to find out where!


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-11 Thread Aubin Paul
On Sun, Jan 11, 2004 at 12:04:07PM +0100, Dirk Meyer wrote:
 But I don't like it in item.py. In fact, it is no attribute of an
 item, it's just a function call. So I added function calls support in
 info_area.py. There is a dict at the top of the page, comingup points
 to the function. And I changed 'cominup' in your skin to
 'function:comingup'. That's cleaner I think.

That's what I was saying in my commit message:
---
cleaner way to implement this. This is a little hackish, since
Coming Up isn't really a item property so it doesn't exactly 
fit in the object model.
---

So I'm fine with you moving it.

 BTW, I have a small bug in the skin. I don't have RECORD_DIR set, so
 Freevo sets it to the first item in VIDEO_ITEMS. That dir has an image
 and a description in the folder.fxd. This looks kind of stupid with
 your skin (image over the comingup). But you can't remove the image
 because you need it when you browse the recorded shows. What about we
 change the type of the tv main menu from 'tv' to e.g. 'tv main', so
 you can set the info area for the two menus seperate.

I do have it set differently... there is 'tv extended info' and 'video
info'

 The comment is from Gustavo who wrote the first version of
 drawstringframed. Since I rewrote the whole function, this may not be
 correct anymore. 

Looks like it :) But I put in some '-' at the beginning which looks
ok. The 'items' parameter was supposed to be a template for how to
display the information, BTW, but I can't think of an easy way for
that to be passed from the skin into the function.

Aubin



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-11 Thread Dirk Meyer
Aubin Paul wrote:
 BTW, I have a small bug in the skin. I don't have RECORD_DIR set, so
 Freevo sets it to the first item in VIDEO_ITEMS. That dir has an image
 and a description in the folder.fxd. This looks kind of stupid with
 your skin (image over the comingup). But you can't remove the image
 because you need it when you browse the recorded shows. What about we
 change the type of the tv main menu from 'tv' to e.g. 'tv main', so
 you can set the info area for the two menus seperate.

 I do have it set differently... there is 'tv extended info' and 'video
 info'

I saw that. The problem is that in the tv info you move everything 230
pixel to the left for the video items. That's ugly but it works. The
problem is an image for a folder. You add comingup to the folder in
the complete info width and the view area will paste the image above
the text. What you realy want (I guess): you want a special setting
for the 'tv main menu' showing comingup and no image area. The 'tv'
settings are similar to the normal video settings (no comingup) only
with the tv background. You can do this now by using the menusets for
'tv main menu' (info area showing comingup as default), 'tv' (tv
screen but normal video info area) and 'video' (video screen and
normal tv info area).

 The comment is from Gustavo who wrote the first version of
 drawstringframed. Since I rewrote the whole function, this may not be
 correct anymore. 

 Looks like it :) But I put in some '-' at the beginning which looks
 ok. The 'items' parameter was supposed to be a template for how to
 display the information, BTW, but I can't think of an easy way for
 that to be passed from the skin into the function.

I will look into this.


Dischi

-- 
Writing in C or C++ is like running a chain saw with all the safety
 guards removed.
-Bob Gray


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Re: Extra TV data + Blurr2

2004-01-11 Thread Gustavo Sverzut Barbieri
  I notice that the info area stuff doesn't support '\t' and it might
 be
  nice to be able to use that for pre-formatted text.
 
 You need to change drawstringframed in osd I guess. 
 

You have the possibility to use text x=x mode=relative|absolute
.../ to make tables. The bad thing is that you need to put that
statically in the skin. :(
   Maybe it helps?

Gustavo

__

Conheça a nova central de informações anti-spam do Yahoo! Mail:
http://www.yahoo.com.br/antispam


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Dirk Meyer
Aubin Paul wrote:
 On Fri, Jan 09, 2004 at 10:23:31PM +0100, Dirk Meyer wrote:
 o add some info to the info area for directories, too

 I haven't been able to think of anything useful for those. I don't
 like the disk space indicator stuff, because I don't like stuff that
 makes you think computer since I'm trying to design for an
 appliance

But at least the name, you also print the name in the info area for
video files. What about new attributes to reflect the number of files
or subdirs?

 o add a title area with visible=idlebar. It does nothing when you
   use the idlebar, but it shows the title when not (it looks kind of
   empty for me on the top)

 I can do that... would it be just like this?

  title visible=not idlebar layout=title0 x=10 y=10
  width=780 height=60/

yes


 And it looks like noone likes my image listing view :-(. BTW, there is
 a bug in the skin engine. Some runtime values already have a 'min' in
 the name, so sometimes I see this twice. We should think of a
 solution. 

 Well, I hardcoded 'min' in there, but I imagine some FXD files may
 have it. Though, I've never been able to get the runtime out of an FXD
 file (or the title)

 (See my email about Open Issues for that)

See my answer on that. The attr 'runtime' _always_ contains min now.


 The problem with the image views for me is that it's easier to read
 then it is to recognize an image. For albums, it would be ideal to
 have a mixture:


 [   ]  Artist
 [ cover ]  Album (Year)
 [   ]  Total Playtime

 And browse through those multi-line items... 

Nice idea. 

 For the image menu, I'm not too sure.

IMHO the image menu cries out loud for an image listing like noia. 


Dischi

-- 
/dev/brain0 was not cleanly unmounted, check forced:
e2fsck 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
e2fsck: Attempt to read block from filesystem resulted in short read 
while trying to open /dev/brain0
Could this be a zero-length partition?


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Aubin Paul
On Sat, Jan 10, 2004 at 02:30:15PM +0100, Dirk Meyer wrote:
 But at least the name, you also print the name in the info area for
 video files. What about new attributes to reflect the number of files
 or subdirs?

Perhaps... or even a percentage display of space remaining would be
ok. What I'm going to do with the TV empty info area is show:

Coming Up:
Today:  My Showat 11:00am
My Other   at  3:00pm
Tomorrow:   My Show2   at  1:00am
My Other2  at  3:00am
Later:  My Show3   at 12:00pm

I can do it for 
type=dir

but how can I do it for type=menu item

Like I want it to show for everything except videoitems... 

   title visible=not idlebar layout=title0 x=10 y=10
   width=780 height=60/
 
 yes

Ok, I'll add it for my next commit.

 See my answer on that. The attr 'runtime' _always_ contains min now.

Great...

  The problem with the image views for me is that it's easier to read
  then it is to recognize an image. For albums, it would be ideal to
  have a mixture:
 
 
  [   ]  Artist
  [ cover ]  Album (Year)
  [   ]  Total Playtime
 
  And browse through those multi-line items... 
 
 Nice idea. 

Not sure if I can do it with the individual skin files as is yet.

I'm trying to work through the interface step by step. So I want the
TV one first, then the Movies, then Music, then Pictures :)

 IMHO the image menu cries out loud for an image listing like noia. 

I've been looking at iPhoto on my Mac which has a very intuitive
interface for browsing images. IT uses the thumbnails so that's a good
thing, but it has a toolbar on the bottom with some functions (play,
left, right, etc.)

Aubin



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Dirk Meyer
Aubin Paul wrote:
 On Sat, Jan 10, 2004 at 02:30:15PM +0100, Dirk Meyer wrote:
 But at least the name, you also print the name in the info area for
 video files. What about new attributes to reflect the number of files
 or subdirs?

 Perhaps... or even a percentage display of space remaining would be
 ok. What I'm going to do with the TV empty info area is show:

 Coming Up:
 Today:  My Showat 11:00am
 My Other   at  3:00pm
 Tomorrow:   My Show2   at  1:00am
 My Other2  at  3:00am
 Later:  My Show3   at 12:00pm

 I can do it for 
 type=dir

 but how can I do it for type=menu item

I guess type=menu item doesn't work. The big question is, what does
the item.type of the item say? IIRC the code scans for item.type and
item.handle_type. 

  The problem with the image views for me is that it's easier to read
  then it is to recognize an image. For albums, it would be ideal to
  have a mixture:
 
 
  [   ]  Artist
  [ cover ]  Album (Year)
  [   ]  Total Playtime
 
  And browse through those multi-line items... 
 
 Nice idea. 

 Not sure if I can do it with the individual skin files as is yet.

You want to see

 [   ]  Artist 1
 [ cover ]  Album 1 (Year)
 [   ]  Total Playtime 1

 [   ]  Artist 2
 [ cover ]  Album (Year) 2
 [   ]  Total Playtime 2

?

I'm afraid that's not possible right now. You can only have one info
area and it will show the current item. Maybe we can extend the
listing area to do that. But we deal with that when you need it.

 I've been looking at iPhoto on my Mac which has a very intuitive
 interface for browsing images. IT uses the thumbnails so that's a good
 thing, but it has a toolbar on the bottom with some functions (play,
 left, right, etc.)

We never have a toolbar. Do you think we should add one?


Dischi

-- 
AOL for Dummies is kind of redundant, don't you think?


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Aubin Paul
On Sat, Jan 10, 2004 at 06:10:35PM +0100, Dirk Meyer wrote:
 I guess type=menu item doesn't work. The big question is, what does
 the item.type of the item say? IIRC the code scans for item.type and
 item.handle_type. 

That's what I thought to do, just stick a print in there and see what
it says :)

I wrote the comingup function last night, and putting it in won't be
much different than how totalspace() works. 

  [   ]  Artist 1
  [ cover ]  Album 1 (Year)
  [   ]  Total Playtime 1
 
 I'm afraid that's not possible right now. You can only have one info
 area and it will show the current item. Maybe we can extend the
 listing area to do that. But we deal with that when you need it.

That's exactly how I picture it...  I'm not there yet, but that's a
bigger one so I might end up doing the pictures first.

  I've been looking at iPhoto on my Mac which has a very intuitive
  interface for browsing images. IT uses the thumbnails so that's a good
  thing, but it has a toolbar on the bottom with some functions (play,
  left, right, etc.)
 
 We never have a toolbar. Do you think we should add one?

This screenshot of the player interface is small, but should give an
idea:
http://www.apple.com/ilife/iphoto/images/slideshowcontrols01062004.jpg

Also, this:
http://www.apple.com/ilife/iphoto/images/indexcallouts01062004.jpg

(The only part of this shot that seems relevant though is the white
part with the pictures... the side and bottom bars aren't useful for a
TV since they need a mouse to get much out of them)

As an aside, I've put up packages of mt-daap (and RPMs are available)
so you can share your Freevo collection of music with iTunes on PC or
Mac. Linux is supported via http://one2ohmygod.sourceforge.net/
or http://www.oatbit.com/iSlurp/

Aubin






 
 
 Dischi
 
 -- 
 AOL for Dummies is kind of redundant, don't you think?


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Aubin Paul
On Sat, Jan 10, 2004 at 06:43:48PM +0100, Dirk Meyer wrote:
 One idea. I don't really understand where you want to put that info,
 but you can also add an infoitem to a menu. If you set this, the info
 area will _always_ use that item and not the selected one. 

Well, I'd prefer to have it in the skin, otherwise everyone is stuck
with that info if they want it or not. 

I wrote a function called comingup and attached it to directory.py,
and when you browse to Recorded Shows it'll show the upcoming
scheduled programs. 

I notice that the info area stuff doesn't support '\t' and it might be
nice to be able to use that for pre-formatted text.

 I still don't understand where you want to have that toolbox. In the
 menu? The viewer? How to select an item?

The toolbox is for the viewer... the other thing is just thumbnails of
photos, which makes sense for photographs.

Aubin


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Dirk Meyer
Aubin Paul wrote:
 On Sat, Jan 10, 2004 at 06:43:48PM +0100, Dirk Meyer wrote:
 One idea. I don't really understand where you want to put that info,
 but you can also add an infoitem to a menu. If you set this, the info
 area will _always_ use that item and not the selected one. 

 Well, I'd prefer to have it in the skin, otherwise everyone is stuck
 with that info if they want it or not. 

 I wrote a function called comingup and attached it to directory.py,
 and when you browse to Recorded Shows it'll show the upcoming
 scheduled programs. 

I guess you shouldn't add it to directory, since it's tv
specific. What about inherit a class from Directory in the file where
the recordered show dir is added? Makes it cleaner I think.

 I notice that the info area stuff doesn't support '\t' and it might be
 nice to be able to use that for pre-formatted text.

You need to change drawstringframed in osd I guess. 

 I still don't understand where you want to have that toolbox. In the
 menu? The viewer? How to select an item?

 The toolbox is for the viewer... the other thing is just thumbnails of
 photos, which makes sense for photographs.

So you want to make it possible to display a toolbox in the viewer and
than use LEFT and RIGHT to select an option?


Dischi

-- 
My mind not only wanders, sometimes it leaves completely.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-10 Thread Aubin Paul
On Sat, Jan 10, 2004 at 07:49:30PM +0100, Dirk Meyer wrote:
 I guess you shouldn't add it to directory, since it's tv
 specific. What about inherit a class from Directory in the file where
 the recordered show dir is added? Makes it cleaner I think.

I suppose it could work that way, but I don't want it just for
directories, I can do that easily with the skins. I want it for item
type=dir and item type=menuitem

 You need to change drawstringframed in osd I guess. 

I think drawstringframed is supposed tos, but as far as I can tell,
it's not working anymore. It says that it does in the osd.py

'- string: the string to be drawn. Supports '\n' and '\t' too.'


 So you want to make it possible to display a toolbox in the viewer and
 than use LEFT and RIGHT to select an option?

Maybe :) I'm just thining right now. 


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-09 Thread Dirk Meyer
Aubin Paul wrote:
 I updated my Blurr skin to use more of the info stuff, and the result
 is in CVS.

Nice.

Some suggestions: 

o add some info to the info area for directories, too
o add a title area with visible=idlebar. It does nothing when you
  use the idlebar, but it shows the title when not (it looks kind of
  empty for me on the top)
o Since you like round transparent popup boxes, try it :-)


And it looks like noone likes my image listing view :-(. BTW, there is
a bug in the skin engine. Some runtime values already have a 'min' in
the name, so sometimes I see this twice. We should think of a
solution. 

And do you have a nice idea for the audio and image menu, too?



Dischi

-- 
Your job is being a professor and researcher: That's one hell of a
 good excuse for some of the brain-damages of minix.
-Linus Torvalds to Andrew Tanenbaum


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Extra TV data + Blurr2

2004-01-09 Thread Aubin Paul
On Fri, Jan 09, 2004 at 10:23:31PM +0100, Dirk Meyer wrote:
 o add some info to the info area for directories, too

I haven't been able to think of anything useful for those. I don't
like the disk space indicator stuff, because I don't like stuff that
makes you think computer since I'm trying to design for an
appliance

 o add a title area with visible=idlebar. It does nothing when you
   use the idlebar, but it shows the title when not (it looks kind of
   empty for me on the top)

I can do that... would it be just like this?

 title visible=not idlebar layout=title0 x=10 y=10
 width=780 height=60/

 And it looks like noone likes my image listing view :-(. BTW, there is
 a bug in the skin engine. Some runtime values already have a 'min' in
 the name, so sometimes I see this twice. We should think of a
 solution. 

Well, I hardcoded 'min' in there, but I imagine some FXD files may
have it. Though, I've never been able to get the runtime out of an FXD
file (or the title)

(See my email about Open Issues for that)

The problem with the image views for me is that it's easier to read
then it is to recognize an image. For albums, it would be ideal to
have a mixture:


[   ]  Artist
[ cover ]  Album (Year)
[   ]  Total Playtime

And browse through those multi-line items... 

 And do you have a nice idea for the audio and image menu, too?

For the audio yes, image, not exactly. For audio, I just want to show
directory properties, but while I've written an mp3 dir function, I
don't know if it'll be fast enough.

For the image menu, I'm not too sure.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel