Sunday, July 18, 2010

Version 0.0.7

Changes:
  • Fixed strange char instead of star rating.
  • Added remove action.
  • Added support for folders with VIDEO_TS.
  • Now if a folder is specified it will work recursively.
  • Fixed triggers bug.
  • Added smooth scroll in prism.
  • Orders get saved.
  • Tool-tips added to modules, sidebar and menus.
  • Get title and plot in other languages (it fr es de pt en)
  • Tip when the database is empty.
  • Added gtk and gtk-frame themes with system icons and fonts.
Download

Sunday, June 20, 2010

Version 0.0.6

Changes
  • Fixed "not unique messages".
  • Fixed char encoding bug.
  • Updated IMDB grabber to fix genres bug.
  • Fixed middle click problem.
  • Icons and themes tab have been joined in the new appearance tab.
  • Middle click on view opens a new tab.
  • Search behavior improvements.
  • Added python gui as an alternative to prism (testing) (figuritas --python).
  • Prevent duplicated tabs.
  • Massive javascript code improvements and optimizations.
  • Fixed high cpu usage.
  • New save/discard tab menu..
  • Rating improvements.
  • Improvements on menu behaviors.
  • The order menu works now but it doesn't get saved.
  • Initial hotkeys implementation.
  • New hotkeys F1 and ctrl+f.
  • Other changes.
Download

Tuesday, May 4, 2010

Version 0.0.5

I tried to make it work with apache but it was too complicated because of permissions.
I hope that this version no longer conflicts with apache.
Apache users should install the normal package.
Please report any problem.

In the screenshot you can see the new 16px thumbnails, the new tabs look, the addition to "add movies" tab, and the new control-panel icon:


Changes:
  • Cosmetic changes to tabs.
  • Fixed missing app icon.
  • Fixed anoying flicker when changing tabs.
  • New version notification.
  • Added a control panel.
  • Precary icons and themes tabs.
  • Improved "Add movies" tab.
  • Removed apache conflict.
  • 16px thumbnails when available.
  • Other changes.
Download

    Tuesday, March 9, 2010

    Version 0.0.4

    Changes:
    • changed apache instructions
    • now the config folder and the web folder are the same
    • some work on gui ratings (read this)
    • removed requirement for figuritas external protocol handler
    • now it uses gnome-open to open video files with the default video player
    • updated to JQuery v1.4.2
    • now requires bash >= 4
    • fixed imdb_grabber not getting the year
    • fixed problem when importing files with single quotes.
    • sumbenu implementation
    • some other changes
    Download

    Friday, March 5, 2010

    Setting Ratings and editing Data

    I have been thinking about how to implement this features.

    Setting Ratings
    With the current design you have to put the mouse over the rating to change it, if the mouse leaves, the rating is reseted and if it is clicked then the changes are confirmed. The problem with this are accidental clicks. I rate my movies carefully and I don't like the idea of accidental clicks changing my ratings. Maybe this is not a problem for most people. I could implement a confirmation dialog but this will become annoying if you want to set ratings for many movies.

    Editing Data
    Let say that you are viewing the details for some movie and you want to edit the title, the plot or anything else. The obvious approach would be to click on for example the title, a pop-up dialog appears to insert the new title and you can click ok or cancel.

    This is ok but wouldn't it be much better to edit the data in-place, without pop-ups. I could make the pop-up behave like a tool-tip to make it less annoying but it seems to me that a pop-up is more complex than necessary, It feels more natural and simpler to edit the data in-place.

    Now, the problem with editing the data in-place is how to confirm/cancel the changes. This is similar to the rating problem.

    A Solution?
    I have come to a possible solution that applies to both problems: The ratings are settled as I said before and the data is edited in-place but the changes ain't saved. When something gets edited the current tab color changes to indicate that there are unsaved changes, clicking on the tab will not show the normal menu but a different menu with two items, the first to save the changes and the second to discard them.

    With this method it would be possible to make many changes and save them all at once. This is the way text editors do it, geany or gedit for example, when the document gets changed there is an indication in the current tab.

    Comments and suggestions are welcome!

    Wednesday, February 24, 2010

    Poll: What module do you want the most?

    Update: vote here instead.

    There is still a lot to do before implementing another module but I want to know what is the most wanted of them all.

    Tuesday, February 23, 2010

    Version 0.0.3

    Changes
    • added "remove from" (working for movies from genres, tags, keywords, countries, languages)
    • added version control
    • fixed Error: unrecognized override.ini path
    • fixed problem with localhost
    • fixed problem with imdb grabber and actors
    • some other changes
    • updated instructions for apache

    Download