Menu

#342 Make self-contained program

v2.0
open
nobody
5
2005-04-30
2005-04-30
FML
No

Hi,

I was thinking it would be nice if you could make
iPodder able to be installed with all its files in the same
directory. I'm hoping that would allow the application to
be installed onto a removable drive, like my SanDisk
Digital Audio Player, so that if I went out of town, I could
plug into someone's USB port, start the application, and
get all my podcasts.

JT

Discussion

  • Andrew Grumet

    Andrew Grumet - 2005-05-05

    Logged In: YES
    user_id=885386

    Ooooh that's a good idea. Thanks, we'll see what we can do.

     
  • Pete Prodoehl

    Pete Prodoehl - 2005-05-10

    Logged In: YES
    user_id=30119

    If you've used iTunes, in the Preferences it allows you to
    choose where you store your music files. Perhaps the same
    sort of pref could be added, so that you can set your
    iPodder data directory with either an absolute path, or a
    path relative to the iPodder app itself...

     
  • Ernesto Bricca

    Ernesto Bricca - 2005-05-27

    Logged In: YES
    user_id=569491

    needs that a config file is stored in the applications directory next to the
    scripts -- indicating local/global(ev user defined) setting
    .. id suggest a checkbox for standard global settings in the advanced prefs
    tab with ev the option to set the appdir differently

     
  • Brad Clarke

    Brad Clarke - 2005-08-23

    Logged In: YES
    user_id=257129

    A hackish way to accomplish this is to start ipodder with
    this batch file (I called it start_ipodder.bat)

    @echo off
    SET HOMEDRIVE=
    SET HOMEPATH=
    SET APPDATA=
    start ipodder.exe

    A "data" subdir will be created and the things that normally
    went into Application Data will be stored there instead
    (you'll probably want to copy of your existing config from
    Applcation Data).

    Linux users (OS X too?) could accomplish the same by
    clearing HOME. Relevant code is here, in determine_paths():
    http://cvs.sourceforge.net/viewcvs.py/ipodder/iSpider/ipodder/configuration.py

     

Log in to post a comment.

MongoDB Logo MongoDB