remcoboerma / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Enhancement : relative settings and database, Jbrout on an USB drive ! #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The goal is to install JBrout on a big USB Drive (like hdd), compatible
with all supported OS (linux *, Windows ...).

When JBrout is run from this drive, the environment is the same on all
computer (I have many computers and I use sometime one, sometime an other,
with or without network, my wife too and also computers of friends !).

With this feature, it's possible to put all your photo into a single drive
and managed/display them where you want.

Imagine a hierarchy file like that :
/.path.where.is.mounted.my.drive./.path.on.drive./JBrout/
./run.exe
./run.sh
./bin/jbrout.py
./data/.all.my.pictures
./conf/jbrout.conf
./conf/db.xml (with relatives path !)

I try with 'HOME=/.path.to.drive/ python2.5 jbrout.py', it's ok for conf
directory, but path in conf/db.xml are absolute.

I didn't use any photo manager because I need a relative database !

Original issue reported on code.google.com by nicolas....@gmail.com on 3 Aug 2009 at 6:36

GoogleCodeExporter commented 9 years ago
Another option can be :
- jbrout installed on computers (installer files can be stored on usb drive, if 
needed)
- create a nameyouwant.jdb, a file with jbrout.conf content, tags.xml content 
and db.xml 
content, with paths relatives to this file if deeper
- optionaly, the user can associate *.jdb to JBrout

Original comment by nicolas....@gmail.com on 3 Aug 2009 at 9:23

GoogleCodeExporter commented 9 years ago
It exists since the beginning of jbrout ...

see 
http://code.google.com/p/jbrout/source/browse/trunk/jbrout/jbrout/conf.py#145

Original comment by manat...@gmail.com on 27 Aug 2010 at 6:41