Hi,

On Fri, Sep 02, 2011 at 06:48:17PM -0700, 
[email protected] wrote:
> I initially installed gpodder on Windows 7 on my laptop. I then downloaded
> many podcasts already. Is there a way to get access to all that when I
> log-on to the Linux OS partition on the same laptop?

Yes, you can use the "GPODDER_HOME" environment variable to set a folder
for where gPodder stores the database. You can also set the variable
"GPODDER_DOWNLOAD_DIR" to point to the downloads folder. By default, for
the windows version, the home files are stored in the subfolder "config"
of your gPodder installation and the downloads are stored in
"downloads".

So, assuming that

 1.) you can mount and write the Windows partition from Linux,
 2.) it is mounted at /media/WINDOWS/, and
 3.) you have installed it in e.g. C:\gpodder-2.18-win32\

you can then access (and modify) the database and files using (assuming
bash):

 $ export GPODDER_HOME=/media/WINDOWS/gpodder-2.18-win32/config/
 $ export GPODDER_DOWNLOADS=/media/WINDOWS/gpodder-2.18-win32/downloads/
 $ gpodder --verbose

For other installation paths, just change the variables to point to the
correct path.

HTH :)
Thomas

_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to