On my Pandora i've put my home-dir on a sd-card, so it reads:Thanks. I found that cfg file, but the field is currently empty. Could you please give me an example of what a path should look like?
Code:
download_dir "/home/mash/downloads/"
If you don't have your home on a sd-card (most likely), it should possibly read something like this:
Code:
download_dir "/media/YOUR_SD_CARD_NAME/path/to/your/downloads/"
Please do keep in mind that on Linux everything is case-sensitive. So if your sd-card is named "PNDs" and you want to use the directory "Downloads" in the root on that, it should read:
Code:
download_dir "/media/PNDs/Downloads/"
I hope these examples will help you.