[RDD] Alternate storage location

2020-06-06 Thread Chester Graham
I have a station that is remote from main server, I would like to be able
to rsync the contents of /var/snd to that server and have that server
playout from the local copy.
Is there a way to have the remote copy of rivendell look to a different
directory for audio, for example /var/snd_back?
Chester
WGTT
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] rdimport

2020-05-29 Thread Chester Graham
On Fri, May 29, 2020 at 9:18 AM Sojo Gold  wrote:

> Hi
> I'm having a few games with rdimport please could you guys give me a heads
> up!.
>
> My command line;
> [rd@rivhsr ~]$ rdimport --verbose --segue-level=-10 MUSIC *.mp3
> /home/rd/music_import/"1987 - Alphabet City"/
>
> My Audio file structure;
> music_import/
> 1987 - Alphabet City/
>  ABC -
> Alphabet City - 01 - Avenue.mp3
>  ABC -
> Alphabet City - 02 - When Smokey Sings.mp3
>  ABC -
> Alphabet City - 03 - The Night You Murdered Love.mp3
>
> etc...
> My verbose output;
> rdimport started
> RDImport v3.4.0
> 
> ...
> Import Create Dates mode is OFF
> Files to process:
>   "/home/rd/music_import/1987 - Alphabet City/"
> rdimport finished
> [rd@rivhsr ~]$
> However, there are no carts in RDLibrary
>
You need to finish the rdiimport string. IE.
  [rd@rivhsr ~]$ rdimport --verbose --segue-level=-10 MUSIC *.mp3
/home/rd/music_import/"1987 - Alphabet City"/*.mp3

Also, you have to work on the directory containing the audio files, it will
ignore any subdirectories.


> This is where a few questions arose..(which I cannot find in the listings
> or wiki)
> 1. do I need to be root/sudo
>
No

> 2. Do I need to be in the directory of the actual mp3's
>
Not if your command includes the path (it appears to)

> 3. Will this work over a samba/nfs share.
>
I don't know

> I also tried the Perl importer (nested-import.pl) and found it will not
> work as per *rdimport* and it will not parse the rdimport options like
> *--autotrim-level=-30* either.
>
> Some help would be appreciated muchly..
> Chris Perkins
>
>
> ___
> 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] Macro Woes

2020-04-19 Thread Chester Graham
I have a script (Insert_Station_Legal_ID.sh) that works from the command
line. File is stored at /home/rd with permission 777 and executable.
--
#!/bin/bash
rmlsend LB\ "Inserted Legal ID\!
rmlsend PX\ 001001\ play\!
sleep 10
rmlsend LB\ \!
--


If I try to trigger it as a macro from a log it doesn't work.
-
001 SP 1000!
002 RN /home/rd/Insert_Station_Legal_ID.sh!
003 SP 1000!

I am running on centos 7 3.3.0 fully patched as user rd.
rd.conf has AudioOwner and AudioGroup = rivendell, PaypadOwner and
group=pypad, and RnRmlOwner and Group = rd

What am I missing to make this work?
Chester
WGTT
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell to Barix MA400

2019-08-16 Thread Chester Graham
Thanks, I'll check it out.

On Fri, Aug 16, 2019, 10:43 AM Tim Camp  wrote:

> That project link uses ffmpeg which is the same libraries as avconv so you
> might be able to do it.
>
> Cheers
>
> Tim
>
> On Fri, Aug 16, 2019 at 9:41 AM Tim Camp  wrote:
>
>> Greetings,
>>
>> Here is a interest item for you
>> https://github.com/alfredh/baresip
>>
>> Tim
>>
>>
>>
>>
>> On Fri, Aug 16, 2019 at 9:38 AM Tim Camp  wrote:
>>
>>> Chester,
>>> Not sure about SIP but I wouldn't be surprised it it's possible, it is
>>> kind of a swiss army knife.
>>> I use it to send to Tieline Bridge-it's at three different transmitter
>>> sites which does several things for me.
>>> One, I don't have to buy a tieline unit for the studio.
>>> Two, connection straight from Rivendell through Jack to the transmitter
>>> site so no conversion back to analog, AES goes from Tieline straight into
>>> processing
>>> so everything is digital from Rivendell to transmitter.
>>> I actually run three radio stations (translators) from one instance of
>>> Rdairplay to jack to 3 instances of avconv to 3 transmitters.
>>>
>>> If i get time I will look into the SIP question cause I simply don't
>>> know.
>>>
>>> Tim Camp
>>> WZEW-FM
>>>
>>>
>>> On Fri, Aug 16, 2019 at 9:17 AM Chester Graham 
>>> wrote:
>>>
>>>> Hmm, that opens up another possibility.
>>>> We currently use icecast and mp3 to distribute to 7 stations Barix
>>>> 100's at stations, but am looking for more secure options as we upgrade
>>>> from Rivendell 2.2.0 on Ubuntu to Rivendell 3.0 on Centos 7.
>>>> So far, I am stuck on getting Rivendell to talk to Jack or Glasscoder.
>>>> Saw this article
>>>>
>>>> https://www.radioworld.com/tech-and-gear/buyers-guide/iheart-audio-transport-barix
>>>>
>>>> which looks like it would be able to provide some redunancy that we
>>>> don't currently have.
>>>> Do you think the avconv could be made to provide a feed to a Sip server?
>>>> Chester
>>>>
>>>> On Fri, Aug 16, 2019 at 9:51 AM Tim Camp  wrote:
>>>>
>>>>> I do something similar using jack in combination with avconv.
>>>>> Here is the command line I use for mp2
>>>>> avconv -f jack -ac 2 -i LABEL -acodec mp2 -b:a 256k -f rtp rtp://
>>>>> *ip:port*
>>>>>
>>>>> This creates a jack plug (LABEL) for the connection, sets the codec,
>>>>> rate, and the destination.
>>>>> It also can support opus.
>>>>>
>>>>> Cheers
>>>>>
>>>>> Tim Camp
>>>>> WZEW-FM
>>>>>
>>>>>
>>>>> On Fri, Aug 16, 2019 at 8:26 AM Chester Graham 
>>>>> wrote:
>>>>>
>>>>>> Is there any way to get audio from Rivendell to Jack or GlassCoder to
>>>>>> a SIP server to the Barix MA400 using the Opus Codec?
>>>>>>
>>>>>> https://www.barix.com/solutions/sip-voip-moh/
>>>>>>
>>>>>> Chester Graham
>>>>>> WGTT 91.5 FM
>>>>>> ___
>>>>>> Rivendell-dev mailing list
>>>>>> Rivendell-dev@lists.rivendellaudio.org
>>>>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Tim Camp
>>>>> Director of Operations/Programming
>>>>> Dot Com Plus L.L.C.
>>>>> dba WZEW-FM WNSP-FM
>>>>> Mobile, Al.
>>>>>
>>>>>
>>>
>>> --
>>> Tim Camp
>>> Director of Operations/Programming
>>> Dot Com Plus L.L.C.
>>> dba WZEW-FM WNSP-FM
>>> Mobile, Al.
>>>
>>>
>>
>> --
>> Tim Camp
>> Director of Operations/Programming
>> Dot Com Plus L.L.C.
>> dba WZEW-FM WNSP-FM
>> Mobile, Al.
>>
>>
>
> --
> Tim Camp
> Director of Operations/Programming
> Dot Com Plus L.L.C.
> dba WZEW-FM WNSP-FM
> Mobile, Al.
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Rivendell to Barix MA400

2019-08-16 Thread Chester Graham
Is there any way to get audio from Rivendell to Jack or GlassCoder to a SIP
server to the Barix MA400 using the Opus Codec?

https://www.barix.com/solutions/sip-voip-moh/

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


[RDD] Glasscoder

2018-05-30 Thread Chester Graham
What is the best way to interface Glasscoder to Rivendell on Centos 7 that
has been installed by Fred's Script?
My goal is to have Glasscoder be available as an Icecast stream, and also
to have it write audio backup files.
Chester
WGTT
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RdAirplay causing system reboot

2018-05-17 Thread Chester Graham
I am attempting to get an install on an ubuntu based system using kxstudio.

The distribution that I am testing is http://qianastudio.tumblr.com/ which
is an audio tuned system based on linux mint.

I followed the instructions on
http://wiki.rivendellaudio.org/index.php/UbuntuXenial to install qt3 and
rivendell both from source, omitting the patching steps of rivendell.

I ended up with a system that is working with Cadence, rdlibrary works fine
and imports and plays.

RdAirplay will play the test tones from the Sound panel on the right side
of Airplay, but if I try and put the test tones on the left side of
RdAirplay and play it it causes the system to immediately reboot.

Anybody have any ideas of what might cause this behavior?

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


Re: [RDD] Installation: A new approach

2016-07-14 Thread Chester Graham
the driver
running for that to happen.

Chester Graham
WGTT​


On Sun, Jul 10, 2016 at 12:32 PM, Fred Gleason 
wrote:

> Howdy Folks:
>
> Some further progress on our New Model Installer for RHEL distros:
>
> 1) An installation script for RHEL 6.x has been added.  It supports both
> 64 bit (x86_64) and 32 bit (i686) architectures.
>
> 2) Some proper docs:
>
> For RHEL 7.x:
>
>
> http://static.paravelsystems.com/rivendell-install/rivendell-install-rhel7.html
>
> For RHEL 6.x:
>
>
> http://static.paravelsystems.com/rivendell-install/rivendell-install-rhel6.html
>
> Please give these a spin and let us know about speed bumps encountered.
>
> 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] Blank Reports with 2.9.0

2014-06-19 Thread Chester Graham
On the Appliance V2 DVD the reports button in RDADMIN Groups generates a
blank report also.


On Thu, Jun 19, 2014 at 10:44 AM, Lorne Tyndale 
wrote:

> Hi,
>
> It looks like this is either a bug in RDLogManager or there is something
> extra missing from the report setup in rdadmin that was not previously
> required.  I can see the playouts are being added to the appropriate
> database in MySQL, so RDAirplay is working correctly.  We're just not
> getting the needed info pulled from MySQL when RDLogManager tries to
> create the report.
>
>
>
>
> >
> >
> > Yes. I'm having the same problem on RD 2.9.0 Appliance.  Were you ever
> > able to get it working?
> >
> > Larry
> >
> > > Ever since updated to Rivendell 2.9.0, we generate blank historical
> > > reports.
> > > Anyone else having this happen?
> > >
> > >
> > >
> > >
> > >
> > > ___
> > > 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
> ___
> 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] RDImport --metadata-pattern doesn't accept %g unless you add an additional group into command

2014-06-16 Thread Chester Graham
This is being run on the Appliance Version 2 system.

Command:
rdimport --log-mode --verbose --normalization-level=0 --autotrim-level=-53
--fix-broke-formats --add-scheduler-code=fixme
--metadata-pattern='%t_%a_%l_%g.' *.flac > Imported.txt
Result:
rdimport: invalid group specified

Command:
rdimport --log-mode --verbose --normalization-level=0 --autotrim-level=-53
--fix-broke-formats --add-scheduler-code=fixme
--metadata-pattern='%t_%a_%l_%g.' TEMP *.flac > Imported.txt
Result:
Carts were imported into Group "PROPHECY" as desired. It ignored the TEMP
group.

06-16-2014 - 23:27:41 : rdimport started
RDImport v2.9.0
 Log mode is ON
 Normalization is OFF
 AutoTrim level = -53 dB
 Destination cart is AUTO
 Single cart mode is OFF
 Delete source mode is OFF
 Delete cuts mode is OFF
 DropBox mode is OFF
 Adding Scheduler Code(s): fixme
 Using metadata pattern: %t_%a_%l_%g.
 Start Date Offset = 0 days
 End Date Offset = 0 days
 Broken format workarounds are DISABLED
 Import Create Dates mode is OFF
 Files to process:
   "12RVT00_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT01_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT02_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT03_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT04_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT05_Ron-Halvorson_Revelation-Today_PROPHECY.flac"
   "12RVT06_Ron-Halvorson_Revelation-Today_PROPHECY.flac"

06-16-2014 - 23:27:41 :  Importing file
"12RVT00_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT00] to cart
055347 ... done.
06-16-2014 - 23:28:20 :  Importing file
"12RVT01_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT01] to cart
055348 ... done.
06-16-2014 - 23:28:46 :  Importing file
"12RVT02_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT02] to cart
055349 ... done.
06-16-2014 - 23:29:23 :  Importing file
"12RVT03_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT03] to cart
055350 ... done.
06-16-2014 - 23:29:49 :  Importing file
"12RVT04_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT04] to cart
055351 ... done.
06-16-2014 - 23:30:14 :  Importing file
"12RVT05_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT05] to cart
055352 ... done.
06-16-2014 - 23:30:44 :  Importing file
"12RVT06_Ron-Halvorson_Revelation-Today_PROPHECY.flac" [12RVT06] to cart
055353 ... done.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Export problem (kind of urgent)

2014-06-05 Thread Chester Graham
I just did an export of a short file (59 sec), long file (1 hr 27 min), to
wav, and a 46 min to mp2 without errors from the RdLibrary Cut
Import/Export button. I am using 2.9.0 on the appliance DVD v2.
Is this the procedure you are using, or a different procedure?



On Thu, Jun 5, 2014 at 4:46 PM, Hoggins!  wrote:

> Hello all,
>
> I have a problem after having upgraded to 2.9.0 : exporting carts return
> an error "Audio Converter Error : OK", resulting in an error 500 in the
> Apache logs.
> This is quite critical for me and urgent.
>
> Do you think there might be a problem with the new rdxport.cgi ?
>
> Is it possible to copy the rdxport.cgi from 2.8.2 onto the new one, just
> to be able to export audio, or will it miserably crash and burn my
> database ? (this DB is only used by a single machine, no concurrent
> access, so I can guarantee that no one will use rdxport.cgi
> functionalities apart from myself during the export).
>
> It's kinda urgent. If you have the solution, that would be absolutely
> great !
>
> Thanks in advance !
>
> Hoggins!
> ___
> 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] Qt Polymer theme on Broadcast Appliance 2

2014-05-15 Thread Chester Graham
Changes the "style" of the operating system, makes the menus and checkbox
menus more readable. "Dresses up" the user interface a little.


On Thu, May 15, 2014 at 8:21 PM, Administration wrote:

>  I'm pleased to announce that the Qt Polymer theme is now available on
> Broadcast Appliance 2 [CentOS 6]
>
> what is "QT Polymer"
>
> i know that is so weird to ask but i am not in the know
>
>
>
> ___
> 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] Qt Polymer theme on Broadcast Appliance 2

2014-05-15 Thread Chester Graham
Thank you very much!


On Thu, May 15, 2014 at 5:53 PM, Brian  wrote:

> Awesome!
>
>
> On Thu, May 15, 2014 at 2:34 PM, Fred Gleason wrote:
>
>> I'm pleased to announce that the Qt Polymer theme is now available on
>> Broadcast Appliance 2 [CentOS 6].  To install it, proceed as follows:
>>
>> 1) From a root shell, do:
>>
>> yum install polymer
>>
>> 2) After the installation completes, start up the Qt3 Configuration
>> Center (System->Preferences->Qt3 Config)
>>
>> 3) Select 'Polymer' in the 'Select GUI Style' pulldown.
>>
>> 4) Close the Configuration Center and click 'Yes' when asked to save
>> changes.
>>
>> Cheers!
>>
>>
>>
>> |-|
>> | Frederick F. Gleason, Jr. |   Chief Developer
>> |
>> |   |   Paravel Systems
>> |
>>
>> |-|
>> | Focus on the dream, not the competition.
>> |
>> |   -- Nemesis Racing Team motto
>> |
>>
>> |-|
>>
>>
>> ___
>> 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
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Howto do Rotter

2014-05-10 Thread Chester Graham
Anybody have any ideas on how to install Rotter for logging on Rivendell
Appliance DVD v2?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Feature Request

2014-05-09 Thread Chester Graham
I am running the Appliance DVD v2. That worked with password of letmein.
 Thanks


On Fri, May 9, 2014 at 8:45 AM, Wayne Merricks <
waynemerri...@thevoiceasia.com> wrote:

>  Assuming you have the command line mysql client handy you could just use
> that:
>
> mysql -u rduser -p -h rivserverip_or_hostname Rivendell -e "SELECT * FROM
> SCHED_CODES ORDER BY CODE ASC;"
>
> This will spew out text to the console but you could make it go to a text
> file
>
> mysql -u rduser -p -h rivserverip_or_hostname Rivendell -e "SELECT * FROM
> SCHED_CODES ORDER BY CODE ASC;" > codes.txt
>
> -p will prompt you for the password you can make the password part of the
> command e.g. :
>
> mysql -u rduser -pMyPassword -h riv etc etc
>
> Note there is no space between -p and your password.
>
> Regards,
>
> Wayne Merricks
> The Voice Asia
>
> On 09/05/14 00:08, Chester Graham wrote:
>
> I don't see any way to get a print out of "schedule codes" that are
> entered into rdadmin. There is a nice report for "groups". Has anyone
> figured out a way to get a printout of their scheduler codes?
> Chester
> WGTT 91.5 FM
>
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
>
> ___
> 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] Feature Request

2014-05-08 Thread Chester Graham
I don't see any way to get a print out of "schedule codes" that are entered
into rdadmin. There is a nice report for "groups". Has anyone figured out a
way to get a printout of their scheduler codes?
Chester
WGTT 91.5 FM
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell With NAS

2014-05-07 Thread Chester Graham
I have been using a FreeNas server with a CIF share to host files for
ingestion into rivendell. Have been using rdimport to ingest directly from
the FreeNas server without a hiccup. I have 12  4 gig drives in a ZFS3
configuration. I am using version 9.2.1.3 available from freenas.org.
WGTT
Chester


On Wed, May 7, 2014 at 1:54 PM, Rich Stivers  wrote:

> Is anyone on the list using NAS for their audio storage? I'd like to use a
> Synology Diskstation DS1513+.
>
> I would appreciate hearing your experiences both pro and con concerning
> Rivendell with NAS in the
> areas of setup, performance, and reliability.
>
> Thanks,
> Rich Stivers
> KKUP-FM 91.5, Cupertino, CA
> ___
> 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] NEW PLATFORM

2014-04-28 Thread Chester Graham
What about just getting the wiki up to date and better organized?
On Apr 28, 2014 1:33 PM, "Cowboy"  wrote:

> On Monday 28 April 2014 12:08:28 pm Larry Owen wrote:
> > Here's a handy google tip.  You can specify to search a specific type.
> > Try this in the google search box:
> >
> > cart error site:
> http://caspian.paravelsystems.com/pipermail/rivendell-dev/
>
>  Wow !
>
>  I knew google would do that, but I didn't know it would
>  do it that well !
>
>  Scratch my previous.
>
> --
> Cowboy
> ___
> 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] View Songs with no scheduler code set

2014-04-28 Thread Chester Graham
That would help for new users, and new ingestion, but would do nothing for
those who already have installed libraries that may need querying.
Chester


On Mon, Apr 28, 2014 at 8:12 AM, Rob Landry <41001...@interpring.com> wrote:

>
> It seems to me that the real solution to this problem would be to create a
> scheduler code called "None", and make rdimport apply it by default.
>
>
> Rob
>
>
> On Fri, 25 Apr 2014, Alan Smith wrote:
>
>  While this is fresh on my mind:
>>
>> There doesn't appear to be a way in RDLibrary to view only songs with "no
>> scheduler code" set (Unless I am missing something).
>>
>> Would be a nice feature to see if someone forgot to set a code on some of
>> the music.
>>
>> -Alan
>> ___
>> 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
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Is this a bug?

2014-04-27 Thread Chester Graham
In RdAirplay with pause feature enabled, while playing a cart in Airplay,
or a panel button, if you pause the playback, when you click again to
resume, counter continues but no sound. Pause again, and then resume and
sound resumes. Also can get sound to come back by hitting the reset button.
This is on V2 Appliance DVD ver 2.8.1, using a AudioScience ASI5211 sound
card

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


[RDD] Files import at wrong sample rate

2013-01-15 Thread Chester Graham
We are attempting to import into the Rivendell library mp3 files from
Creation Moments website
http://www.creationmoments.com/radio/transcripts/volume-142. These mp3
files are encoded at 11.025 KHz
This is the file information for a representative sample:

General
Complete name: X:\Documents\WGTT\Problem
Files\07 Track 07_28.mp3
Format   : MPEG Audio
File size: 488 KiB
Duration : 2mn 4s
Overall bit rate mode: Constant
Overall bit rate : 32.0 Kbps
Album: English Volume 132
Track name   : Track 07
Track name/Position  : 7
Track name/Total : 32
Performer: CMI
Writing library  : iTunes 8.1.1.10

Audio
Format   : MPEG Audio
Format version   : Version 2.5
Format profile   : Layer 3
Duration : 2mn 5s
Bit rate mode: Constant
Bit rate : 32.0 Kbps
Channel(s)   : 1 channel
Sampling rate: 11.025 KHz
Compression mode : Lossy
Stream size  : 486 KiB (100%)


Once imported, these play back at high speed "donald duck" type sound.

Does anyone have a recommended procedure for importing these types of files.


Chester Graham

Station Manager WGTT 91.5 FM
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev