Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Please give a standard config file incl. file path #1

Open
svenmauer opened this issue Jun 26, 2016 · 4 comments
Open
Assignees

Comments

@svenmauer
Copy link

svenmauer commented Jun 26, 2016

Hi,

thank you for a very good idea and implementation but to use this JavaPVR where it nice to have a standard config file (incl. file path) to go deeper into this.

The dependencies are not the problem I have all together but with no standard config file it is hard.

Please give me a standard configuration file, this are very nice.

Greetings,
Sven

@mhdawson
Copy link
Owner

Sorry for the late reply. You are correct that I have a lot more documentation to add and I expect it would be hard to get it running without that doc. Unfortunately I've, just have not gotten around to adding the doc.

If what you need are just some example configuration files I can pull those from my server where its been running for quite a few years.

@mhdawson
Copy link
Owner

mhdawson commented Oct 6, 2016

@svenmauer let me know if you are still interested and I'll pull the config files, otherwise I'll close this issue if I don't hear back from you. There are actually a few different config files:

recorder.config:

record_dir=/mnt/tv2/TV
run_comskip=no
complete_dir=/mnt/tv2/download/done
comskip_base=/home/user1/comskip/wine comskip
cron_config=/home/user1/recorder/config/cron.config
schedule_configs=/home/user1/recorder/config/schedgen-ota.properties
update_on_start=yes
channel0=CBOT|25
channel1=CHCHDT1|22
channel2=CJOH|13
channel3=OMNI2|20
channel4=TVO|24
channel5=CTS|42
channel6=CHRO|43
channel7=OMNI1|27
channel8=CITY|17
channel9=GLOBAL|14.1
server0=hdhomerun_config 10.1.1.33|tuner0
server1=hdhomerun_config 10.1.1.33|tuner1
server2=hdhomerun_config 10.1.1.10|tuner0
server3=hdhomerun_config 10.1.1.10|tuner1

schedgen-ota.properties:

target=
recordClass=LocalRecordTask
xmltv_dir=/home/user1/recorder/xmltv
xmltv_command=tv_grab_na_dd --output
channel1=CITYDT:CITY
channel2=CJOHDT:CJOH
channel3=CBOTDT:CBOT
channel4=CHRODT:CHRO
channel5=CIIIDT6:GLOBAL
channel6=CHCHDT1:CHCHDT1
show1=The Big Bang Theory
show2=Survivor
show3=Grey's Anatomy

and the xmltv config, although that is just a standard config for xmltv and contains userids/passwords so I won't include here.

@svenmauer
Copy link
Author

@mhdawson Very thank you for your configuration files.

I have one question:
In witch path must I add the configuration files?

@mhdawson
Copy link
Owner

Sorry again for the late response, for some reason I'm not seeing the emails.

This is the process that is running on my machine:

/home/user1/java/jre/bin/java -Xmx128m -cp /home/user1/recorder/libs/cron4j-2.2.4.jar:/home/user1/recorder/recorder.jar com.devrus.mediaserver.recorder.ScheduledRecorder /home/user1/recorder/config/recorder.config

so the recorder.config file is is the first parameter. The path to the other file (schedgen-ota.properties) is specified in the recorder.config file.

@mhdawson mhdawson self-assigned this Dec 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants