Re: [RDD] RDCatch Questions

2020-12-16 Thread Stan Fotinos
Open the event you have created and select "Make One Shot" and save as 
new with the new test time.



On 17/12/20 8:59 am, wa7skg wrote:

First one, I'm sure there will be more.

Is there a way to immediately run an item in rdcatch to test it to see 
if it works?  I'm setting up some downloads and I don't want to wait 
until tomorrow to see if they work.



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Bulk Add Audio Files

2020-12-16 Thread David Klann
By the way, several folks hang out in #rivendell on IRC: 
chat.freenode.net. Might be a more expedient way to get quick answers to 
simple questions...

   ~David

On 12/16/20 5:07 PM, wa7skg wrote:
> 
> In my feeble memory, I seem to recall there was a way to bulk add audio
> files. I have a couple hundred songs to import into Rivendell and adding
> one at a time will take forever. Any way to speed it up?
> 
> Thanks,
> Michael
> 
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> 

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Bulk Add Audio Files

2020-12-16 Thread David Klann
Michael,

rdimport(1) is your friend.

   man rdimport

to get started.

   ~David

On 12/16/20 5:07 PM, wa7skg wrote:
> 
> In my feeble memory, I seem to recall there was a way to bulk add audio
> files. I have a couple hundred songs to import into Rivendell and adding
> one at a time will take forever. Any way to speed it up?
> 
> Thanks,
> Michael
> 
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> 

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RDCatch Questions

2020-12-16 Thread wa7skg

First one, I'm sure there will be more.

Is there a way to immediately run an item in rdcatch to test it to see 
if it works?  I'm setting up some downloads and I don't want to wait 
until tomorrow to see if they work.


--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Bulk Add Audio Files

2020-12-16 Thread wa7skg

Aha, forgot about command line tools.

Thanks,
Michael


David Klann wrote on 12/16/20 3:09 PM:

Michael,

rdimport(1) is your friend.

man rdimport

to get started.

~David

On 12/16/20 5:07 PM, wa7skg wrote:


In my feeble memory, I seem to recall there was a way to bulk add audio
files. I have a couple hundred songs to import into Rivendell and adding
one at a time will take forever. Any way to speed it up?

Thanks,
Michael


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Bulk Add Audio Files

2020-12-16 Thread R. Choy
A friend wrote this for me. It took a mass of files and imported them 
into RD. Haven't used it in awhile.


cat massimport.sh



#!/bin/bash

echo "Create a Rivendell group name and enter it below"
read GROUP

IFS=$(echo -en "\n\b")

for i in `find /media/ |grep -i \.mp3$`; do
    rdimport --verbose --fix-broken-formats --segue-level=-10 $GROUP ''$i''
done

for i in `find /media/ |grep -i \.wav$`; do
    rdimport --verbose --fix-broken-formats --segue-level=-10 $GROUP ''$i''
done

echo
echo "Finished. Press enter to quit."
read junk

--

Rick



On 12/16/2020 6:07 PM, wa7skg wrote:
In my feeble memory, I seem to recall there was a way to bulk add 
audio files. I have a couple hundred songs to import into Rivendell 
and adding one at a time will take forever. Any way to speed it up?


Thanks,
Michael

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
.

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Bulk Add Audio Files

2020-12-16 Thread wa7skg
In my feeble memory, I seem to recall there was a way to bulk add audio 
files. I have a couple hundred songs to import into Rivendell and adding 
one at a time will take forever. Any way to speed it up?


Thanks,
Michael

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Let listeners choose songs via web page/app

2020-12-16 Thread drew Roberts
We are thinking of moving this along some and perhaps putting it in for a
low power station for testing purposes.

https://github.com/zotz/drradioutils/tree/master/rivz

It was originally thought of in this way but the initial thoughts for
testing was to put it in as a jukebox for clubs and restaurants and let
patrons choose the music being played on the premises.

The last time I played with it, it was working after a fashion but it was
dirty and too tightly coupled to rivendell and the database in particular.

Questions:

1. Is anyone else interested in something like this?
2. Does anyone have any thoughts on decoupling this via an API in
rivendell? Either an existing API or one that should be easy to implement?
3. Any thoughts on making this easier to use or more useful?

I spent the morning looking for my old working install of this but so far,
no joy.

I think I may just try and get a quick and dirty update to a riv 3.x
install and then re-evaluate.

all the best,

drew

-- 
Enjoy the *Paradise Island Cam* playing
*Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] No ftp?

2020-12-16 Thread wa7skg
I started with the main page at http://rivendellaudio.org/ and clicked 
on Wiki. That took me here

http://wiki.rivendellaudio.org/index.php/Main_Page


Under Rivendell Setup & Configuration, it took me here
http://wiki.rivendellaudio.org/index.php/Setup_%26_Configuration

That had the section "General

Post installation configuration tasks - Things you may need to do 
after installing Rivendell.


which took me to this page
http://wiki.rivendellaudio.org/index.php/Post_installation_errata

That page showed me many things different from my installation and the 
comment on turning off automatic updates, but no instruction on how to 
do so.


I did find and follow the instructions on the link you provided. It is 
the steps after that where I ran into issues. Basically, now that I've 
got it, what do I do with it, or where do I go from here?


It has been almost five years since I messed with Rivendell. I've 
forgotten so much I'm basically starting from scratch.


Thanks,
Michael





Fred Gleason wrote on 12/16/20 8:39 AM:
On Dec 15, 2020, at 17:50, wa7skg > wrote:


I tried that and it said "ftp not found". after a quick Google search, 
I installed lftp and got it done.


I've forgotten way more than I thought. Trying to follow the wiki and 
not having a lot of luck. There is a section titled "Turn off 
automatic updates

These instructions are for the Rivendell Broadcasting Appliance. "

which says "I generally disable all of the repositories
except 'Paravel-Broadcast' ", yet it gives no instructions on how to 
do that.


Also, earlier on the page it says to go to Administration > Network 
and Administration > Date & Time to make changes, yet neither of these 
appear with anything close to that described in the wiki.


Really stumbling here.


That sounds like you’ve stumbled across a really ancient page; the 
‘Rivendell Broadcasting Appliance’ hasn’t been maintained for half a 
decade or more. Would you happen to have the URL for that page handy? If 
it's on the official Rivendell wiki, I’ll get it updated.


In the meantime, the install instructions you want are at:

http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html

Cheers!


|-|
| Frederick F. Gleason, Jr. |             Chief Developer             |
|                           |             Paravel Systems             |
|-|
|         A room without books is like a body without a soul.         |
|                                                                     |
|                                                         -- Cicero   |
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] No ftp?

2020-12-16 Thread Fred Gleason
On Dec 15, 2020, at 17:50, wa7skg  wrote:

> I tried that and it said "ftp not found". after a quick Google search, I 
> installed lftp and got it done.
> 
> I've forgotten way more than I thought. Trying to follow the wiki and not 
> having a lot of luck. There is a section titled "Turn off automatic updates
> These instructions are for the Rivendell Broadcasting Appliance. "
> 
> which says "I generally disable all of the repositories
> except 'Paravel-Broadcast' ", yet it gives no instructions on how to do that.
> 
> Also, earlier on the page it says to go to Administration > Network and 
> Administration > Date & Time to make changes, yet neither of these appear 
> with anything close to that described in the wiki.
> 
> Really stumbling here.

That sounds like you’ve stumbled across a really ancient page; the ‘Rivendell 
Broadcasting Appliance’ hasn’t been maintained for half a decade or more. Would 
you happen to have the URL for that page handy? If it's on the official 
Rivendell wiki, I’ll get it updated.

In the meantime, the install instructions you want are at:


http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev