Jump to content

adlerweb

Active Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by adlerweb

  1. it was mentioned that they have never had people sitting in the aisles of the halls before, it was rather busy.

    I would call it an never ending fight for every free outlet ;)

    The recordings are also available via HTTP from several sites, you can find the links on the official wiki-page

  2. Small ideas:

    Zebra (http://zebra.sourceforge.net/) is also great for decoding UPC/EAN - for linux it supports live-capture from a webcam, windows image files only. Works well even if the barcode is rotated some degrees.

    German users may have a look at http://openean.kaufkauf.net/ - nearly the same concept but german.

    I have a little setup to fetch metadata for my dvd/cds based on a Webcam, Zebra and Amazon/IMDB. Its mostly c&p from mythtv, http://www.linux-magazin.de/heft_abo/ausga...kettenschwindel (german) and http://amazon.com/soap

  3. Little Idea: Currently slurp uses some hardcoded paths, e.g. "C:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles\*signons.txt" - this is imo not very portable. If someone set up Windows on another drive than C:\, moved folders arround ( or doesnt use an US-version the paths differ.

    First thing that souldnt be too complicated: Application Data and the users profile-folder are available as environment variables

    %APPDATA% -> C:\Documents and Settings\%username%\Application Data (not for WinNT)
    %HOMEPATH% -> C:\Documents and Settings\%username%

    Sadly there are no variables for desktop and my documents (or i could not find them) so in this case it would be helpful to get the path out of the registry (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders).

×
×
  • Create New...