Add files via upload

This commit is contained in:
gjelsas 2019-03-18 21:34:29 +01:00 committed by gJsas
parent c65e34b283
commit 8a70c601eb
2 changed files with 16 additions and 6 deletions

6
README
View file

@ -8,6 +8,8 @@ Installation
depending on which platform you are using this program, e.g.:
* Linux: $HOME/.config/radiorec/settings.ini or
* Windows: %LOCALAPPDATA%/radiorec/settings.ini
or use the commandline option '-s' to specify the location of the
settings.ini file.
- Adjust the settings to your needs. You can happily add more radio stations
to the STATIONS section.
!!! Check at least the the target_dir !!!
@ -54,8 +56,8 @@ how to schedule your recording tasks.
Known problems
==============
The Windows command line (cmd and powershell) still has problems with UTF-8.
Using the --verbose option might cause the script to crash with an
UnicodeEncodeError. If you want to avoid the crash, you have to do both,
Using the --verbose option might cause the script to crash with an
UnicodeEncodeError. If you want to avoid the crash, you have to do both,
change the command line codepage and the font. For example, doing a
"chcp 65001" and changing the font to "Lucidia Console" should help.