Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - taso

1
BUSTED!!

Yeah I probably copied a sub and tried to call it elsewhere but I can not remember. It does sound like my usual ego-based troubleshooting. Anyway, sorry for the delay but I got buried with a deployment and could not revisit this until yesterday. Works like a charm, thanks Quentin!! Genre pics are up and working as expected with the nice touch of looking in the default folder for them when 'Set Picture' is selected. Very easy to use.

For anyone interested in what this looks like I am attaching a couple of screenshots. Obviously I need much more tweaking to get this right. I spent a bunch of time fighting gtk syntax (new to me) to set custom toolbar-button sizes with no luck. Any tips appreciated. Because this is going into a car I will probably use the dark interface but I attached the lighter themed one so the problem becomes a bit more apparent. This is displayed on an 8-inch display. I got the bottom scrollbar sized down but I am losing a lot of space due to the verticals, so I am thinking about just going to a single page for each tier (genre->album mosaic->songtree).

I may lose the search box as well as the problems I have had with getting a virtual keyboard working right have got my blood boiling as well. My recommendation to anyone trying something similar is: do not go for the resistive touch screen. It is best and possibly only well suited to point and click interfaces, and scrolling is obviously a big problem.

2
Confession: I had already hacked the main pl file to set mode=mosaic even when 'cloud' was selected. So I did manage to achieve the same behavior through brute force. Did a test drive and the text-only effect just was not working. My specific use case is for an 8-inch display in a car which makes reading and scrolling problematic.

I understand the issue with SongTree groups due to how that module is designed. Genre is not really an effective grouping attribute. However I did find the SetGenrePic sub commented out in the source:

#sub SetGenrePicture
#{   my ($field,$key,$file)=@_;
#   GMB::Cache::drop_file($file); #make sure the cache is up-to-date
#   Songs::Picture($key,$field,'set',$file);
#}

I also began experimenting with Custom Fields this weekend. Then work caught up and I had to step away. The page_genre/mode=mosaic hack would completely work for my needs if I could then assign a specific picture to the genre item. If I could re-enable the SetGenrePicture function and find where to add it to the context menu (I expect songs.pm would have to also be modified) then I would be completely set. Will have to wait until the weekend though.

And since I had not mentioned this before -- merci pour gmusicbrowser.
3
Hi,

I am attempting to build out a useful interface for a small form factor pc without multitouch (yes, I know, but I already bought the hardware). What I would like is something like a single screen with player controls at the top and a mosaic browser view where the heirarchy is genre->artist->albums. Looking for some advice to know what is or is not possible, and any help is appreciated.

First off, is there any mosaic based view by genre? My experiments with FilterPanes seem to only have the ability to show song lists by album or artist or both. Nothing by genre. With a large collection it is really useful to sort on some higher level like genre but I can not seem to enable this. Assume that the screen is small enough such that text based lists are not useful.

I have also tried configuring a SongTree with a custom group that is identified by genre. The SongTree syntax escapes me, but from what I have attempted the SongTree grouping mechanism seems to be tied again to artist/album only.

I can post some mock ups if this description is hard to understand. Basically I am trying to "buttonize" everything for the small display.

Thanks,
Taso