ElvishArtisan / rivendell

A full-featured radio automation system targeted for use in professional broadcast and media environments
205 stars 64 forks source link

PyPAD scripts have no effect #837

Closed expertup closed 1 year ago

expertup commented 1 year ago

I have installed Rivendell on CentOS 7 by this tutorial: http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html

I have two songs in library for test. image

In PyPAD instances are 2 scripts:

  1. stadnard pypad_filewrite.py script
  2. remaked pypad_urlwrite.py script (I added other ftp lib for suport tsl mode) image image

But, when I play songs in RDAirPlay as if no script was executing. This means that the song title is not saved to the text file. I checked the FTP script in console itself (its separate part) works fine, bun not form Rivendell. image

What could be the reason why the scripts "do not work"? I asked the people for whom I am carrying out the order - they had no idea. I don't have Rivendell connected to any audio server, could that be the reason? Overall, the title of the song must be saved in an FTP file, because there is no other option.

jmpalmito commented 1 year ago

did you select any group in the "group selection" section ?

expertup commented 1 year ago

did you select any group in the "group selection" section ?

Do You think about group in import song? Default is "BEDS" and I imported song under this gorup. This You can see on 1st screen.

jmpalmito commented 1 year ago

I meant in the pypads configuration: there is a section where you can choose (or not) the groups allowed. perhaps is the beds group not allowed

expertup commented 1 year ago

I meant in the pypads configuration: there is a section where you can choose (or not) the groups allowed. perhaps is the beds group not allowed

Ok, I found this! In group must check "Transmit now & Next data".

It is probably mentioned somewhere in the documentation :-)

But thank you very much for pointing.

VirtualBoxVM_9KH6llZqlR