raspicamplayer / camplayer

IP Camera viewer for the Raspberry Pi
GNU General Public License v2.0
303 stars 55 forks source link

config.ini not found #58

Open Daveolw opened 3 years ago

Daveolw commented 3 years ago

Followed instructions and created config.ini file using "/home/pi/.camplayer/config.ini" but it puts it in "/home/pi/camplayer" ie no fullstop before camplayer. what is the fullstop for and why can it not find the config.ini.

cybermaus commented 3 years ago

Full stop is a method in Linux/Unix to casually hide files and directories (nothing to do with camplayer) Normal commands do not show the files, if their name starts with . Also, it is a part of the name, so unique. Therefore camplayer is a different folder then .camplayer

You can see the files if you use ls -a instead of ls (or ls -al instead of ls -l)

For the rest, you just use it as a normal character. So vi ~/.camplayer/config.ini (where ~ means your home directory)