Home
Name Modified Size InfoDownloads / Week
03_Dumb_Video_Player 2020-04-29
04_tools 2019-05-08
03_PiPlayerDemon 2016-12-23
pi_server 2016-12-20
05_commercials 2016-11-07
00_Setup-Tool 2016-11-07
01_channel_manager 2016-06-28
02_Scheduler 2016-06-20
03_PlayerSynchDemon 2016-06-08
xbmc_OTVA_skin 2014-11-21
2013-10-07_documentation 2014-05-29
2014-03-24_simple_PL_generator 2014-03-24
2014-03-07_simple_playlst_generator 2014-03-07
2014-03-04_simple_playlist_generator 2014-03-04
2014-03-03_scrollable_timeline_playlist_generator 2014-03-04
2013-12-16_cron_sync_script 2013-12-16
2013-12-13_cron_sync_script 2013-12-13
2013-10-17_chron_synch_telnet_test 2013-10-17
2013-10-11_chrone_synch 2013-10-11
2013-10-10_chrone_xml_demon 2013-10-10
2013-10-04_demon_prototype 2013-10-04
2013-09-17_schd_to_db_ok 2013-09-18
2013-09-16_scheduler_going_well 2013-09-16
2013-09-04_newscheduler 2013-09-04
2013-09-03_scheduler_DaD_ok_timewindow 2013-09-03
2013-08-22_schedulerDandDquiteok 2013-08-22
2013-08-12_dragdrop_troubles 2013-08-12
2013-08-01 2013-08-02
2013-07-19 2013-07-19
2013-07-10_playlist_manager_prototype 2013-07-10
2013-07-09_ingesting_with_slave_file_moover 2013-07-09
2013-07-03_CopyServer_and_Ingesting_99percent 2013-07-03
2013-06-25_dbuscopyserver_quite_complete 2013-06-25
2013-06-22_dbus_prototype 2013-06-24
2013-05-20 2013-05-20
2013-05-15 2013-05-16
2013-05-09 2013-05-09
2013-05-07 2013-05-07
2013-05-06 2013-05-06
2013-04-29 2013-04-29
2013-04-23 2013-04-23
2013-04-22 2013-04-22
2013-04-21 2013-04-20
2013-04-15 2013-04-16
2013-04-05_listview 2013-04-05
2013-04-04 2013-04-04
2013-04-02 2013-04-02
2013-03-19 2013-03-21
OTVA_SIMPLE.pdf 2014-07-04 211.7 kB
OTVA_db.sql 2013-05-06 9.0 kB
otva brochure.pdf 2013-03-21 1.0 MB
readme.txt 2013-03-21 1.7 kB
Totals: 52 Items   1.2 MB 1
--------------- ENG ----------------------------------------------
FIRST OF ALL YOU HAVE TO MOUNT THE STORAGE [WHERE TO PUT CONTENT TO BROADCAST]
NB: better if the mount point was the same for all the machines

1) make a mount point for OTVA media root:
mkdir /mnt/Qnap2OTVA/

2) make an hidden file to store credentials to the shared folder:
vi /root/.credQnap2

writ in those two lines:
username=yourshareuseraccount
password=yoursharepass
save with ESC and then :wq (write and quit command)

3) add that line to your fstab with:
vi /etc/fstab

insert the line:
//ip_of_your_NAS_unit/OTVA_share  /mnt/Qnap2OTVA  cifs credentials=/root/.credQnap2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

ESC+ :wq to write and quit editor. Now reboot to mount the share

--------------- ITA ----------------------------------------------
PRIMA DI TUTTO DOVRETE MONTARE LO STORAGE [DOVE METTERE I CONTENUTI CHE VERRANNO TRASMESSI]
NB: sarebbe bene che il nome del punto di mount fosse lo stesso per tutte le macchine

1) creare un punto di mount per la cartella dei media di OTVA:
mkdir /mnt/Qnap2OTVA/

2) creare un file nascosto non le credenziali d'accesso allo storage:
vi /root/.credQnap2
e metteteci dentro queste due linee (ovviamente mettete username e password opportuni):
username=yourshareuseraccount
password=yoursharepass
salvate cone ESC e poi :wq (ovvero il comando write e quit)

3) aggiungete una riga al vostro fstab:
vi /etc/fstab
mettendoci una cosa del tipo:
//192.168.1.61/OTVA_Media_Root  /mnt/Qnap2OTVA  cifs credentials=/root/.credQnap2,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

ovviamente salvate e riavviate la vostra macchina
Source: readme.txt, updated 2013-03-21