Overpriced Cinema tickets and an ugly IMDB
Thursday, February 22, 2007

I love it when Blogger takes six hours to publish a post that I make via email. It fills me to the brim with joyous green radioactive goo, none of that half assed polonium business though. I apologise for my posting frequency in January – my residential campus Internet provider banned me for 28 days due to "suspicious use" which probably constituted using a wireless router to connect my Wii and a weekend uploading blitz that saw me backup 10GB of digital photos to some web space I have.

With no connection to the outside world I found time to complete all sorts of life changing things, from my previous posts it is evident I worked on my foobar designs; I also completed a number of assignments and project work. Life without the Internet wasn't hard, more inconvenient.  Scrubs got me through (until I reached the rather unfunny downfall that is season 3… but that's another story).

Anyway, I was going to make this post about something. Yes – the price of cinema tickets these days. I wanted to see Hot Fuzz on Saturday in the Odeon but we thought better of it – no way did we feel that a discounted £6 student ticket was worth it, considering within 12 months the film could be purchased for that amount or less. I hate to think what the full price was. A shining example of the perfect cinema is the local Warwick Arts Centre cinema - £2.50 for a ticket and every sixth film is free. What's more it shows quality art house films, classic cinema and has comfortable homely seats. Even sitting in the very front row for the entirety of Babel I did not feel uncomfortable (the soundtrack for which is immense). So instead we decided to watch Woody Allen's Match Point, a brilliant (and very different to the standard Allen) thriller starring my favourite Scarlett Johansson.

My next point is the internet movie database, more commonly referred to as IMDB. What on earth have they done with their design? It is categorically the messiest and worst redesign since the all-music guide abomination. Huge over sized middle buttons, with an indistinct sidebar and non-fitting page highlight. Did they not realise that Web2.0 was/is a fad? – IMDB was the last staple & successful "web 1.0" site. Now section header images look small and out of place; the cast list is oddly inward shifted; the text is too small; it's not instantly clear what the information you are looking at relates to; nothing matches up; ratings are in a less important page zone and when I vote I need to count the stars. Give the main body some colour – make sections more distinctive, shade cells in tabled information, make the sidebar bigger, put the rating back in the middle of the page… it is that important. Yikes, I am very glad that the former IMDB layout is still online here.

In other news, I bought Okami for PS2 – a very original and interesting video game.

Posted by FofR | Permalink | Comments (0) |

Foobar Code Release Pack Version 0.2
Tuesday, February 20, 2007

Many have asked for this, rather than rush out the first release I spent a while refining the code and commenting the various sections. Hopefully everything will be relatively understandable. All image sources are defined in variables at the top of the code, as are font sizes, colours and alignment variables. Please look at the readme.txt file which contains links and information about the required components, fonts and images. The code is in the new standard .pui format which should be placed in your " C:\Documents and Settings\USER\Application Data\foobar2000\PanelsUI" folder and loaded through Foobar2000's PanelsUI preferences dialogue.

The code has been released under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 license which allows derivative works. Please do not remove the link back to this website or the copyright information.

Download Version 0.2

I am now openly accepting feature requests and answering questions. NOTE: For Single Column Playlist, Row Height: 17, Group Rows: 5 My Windows Visual Style is Inverso Reborn Balanced and a discussion and link can be found here. A good resource for downloading artist images is http://artists.trivialbeing.org

Components Required

Fonts
  • Bebas
  • Calibri - Comes with Windows Vista and cannot be redistributed (but you may find a site that has it)
  • BigNoodleTitling

Labels:

Posted by FofR | Permalink | Comments (5) |

PanelsUI - The next step in Foobar aesthetics
Wednesday, February 14, 2007
Terrestrial has done it again, this time it is his third component, PanelsUI . Until now, all foobar menus, toolbars and panels were arranged using ColumnsUI in any desired grid format - these panels were distinguished by irremovable borders that were defined by Window's visual style, much to the distate of budding user interface designers everywhere. PanelsUI offers a clean new approach - using scripts (in the familiar trackinfo mod format) panels themselves can be absolutely positioned and played with. New "persisting variables" or PVARS allow these scripts to store and edit variables in memory using buttons (see function: $button). In combination a slew of exciting new opportunities are possible; tabbed panels without the need for tabs_ui, clickable pop-ups, scripted interaction between trackinfo's, SCPL and PanelsUI, amongst others. To explain in words the potential is proving difficult, so I will show you some early design animations:

Tabbed panels, changed by clicking the buttons on the bottom menu
The image

Pop-up playlist, this appears beneath when thin (as below) and to the side when wide.
The image

A pop-up menu, buttons and control panel
The image

Im sure I will think of some much more advanced uses of this integration in the near future. But for now I think this is exciting enough. For those interested, to get going, the code for tabbed panels in PanelsUI is:

$select($add($getpvar(display.mode),1),
$panel(Option1,Track Display,0,20,%_width%,140,)
,
$panel(Option2,Album list,0,20,%_width%,140,)
,
$panel(Option3,Console,0,20,%_width%,140,)
)
$button2(0,160,0,0,14,14,button text,button text,'PVAR:SET:display.mode:0',)
$button2(14,160,0,0,14,14,button text, button text,'PVAR:SET:display.mode:1',)
$button2(28,160,0,0,14,14, button text,button text ,'PVAR:SET:display.mode:2',)


This simple example (that needs the button text replaced with a $font()text code) is the basis for tabs, clicking the first button shows the track display, the second an album list, third a console.

Labels: ,

Posted by FofR | Permalink | Comments (5) |

My Movie Votes List
Monday, February 05, 2007
After working on the artist images project, essentially a site that shows you an image of any musical artist you specify, I decided to home my efforts on movies. IMDB has all the movie details you could ever need. Using a similar system I have devised a method (which again will not be made public) to obtain director, poster image, year, run time, plot outline, rating and most importantly title when given an IMDB number (the numbers with which movies are catalogued). On each movie load the information and image is stored or cached respectively.

My first use for this new script is to display my IMDB movie votes on my blog in a neat little package. Recently my votes list was made public by IMDB so I did not have to create a bot to login etc. Scraping the IMDB numbers and my votes from this page has allowed me to enter the movies into my service and create a sexy little list. You can now find this list of 500 movies here: http://fofr.trivialbeing.net/page.php?p=movievotes (or under the "My Movie Ratings" link to the right)
Posted by FofR | Permalink | Comments (0) |

Foobar SCPL Code Fix
Saturday, February 03, 2007
Just a quick note to say I have cleaned up my SCPL code and fixed all the known bugs, get the latest code here (the old one had a lot of code left over from a previous SCPL, all of which has now been removed):

http://host.trivialbeing.org/up/foobarfixed2.txt

- Fixed the crop issues related to selected and now playing songs
- Made the track title text area adaptive to the width of the window, so it crops only when it needs to
- Stopped album art showing for groups with only 1 track, as in this case the picture is ridiculously small.

Some images:
The image The image The image
Posted by FofR | Permalink | Comments (0) |