Frackin’ A?
Frack that.
Frackin’ A?
PanelsUI — The next step in Foobar aesthetics
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:
Pop-up playlist, this appears beneath when thin (as below) and to the side when wide.
A pop-up menu, buttons and control panel
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.
Great Snow of 2007
Godard’s Week End
That movie found in the trash, the tag line, “A supposedly idyllic weekend trip to the countryside turns into a never-ending nightmare of traffic jams.” really says nothing. This is categorically the most weird, perplexing and interesting film I have recently seen. Whilst I understand some moments my lack of knowledge of the era, politics and movie history leaves me lost in the subtleties and the brilliance, that many reviewers claim, is beyond me. I would love it if a kind sole could point me in the direction of a good analysis or some background information. The above video is a 10 minute clip from the movie.
My Movie Votes List
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)
Digg This
Delicious
Facebook
Stumbleupon