[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RDD] rdimport issue.. MORE..
Thanks Marius, that did the trick!
I am still sort of new to the ubuntu world, but I figured out what you
meant.
For future reference for others, here is exactly what I did:
I edited /etc/apt/sources.list and added the following line:
deb http://us.archive.ubuntu.com/ubuntu/ dapper main universe
Next, I ran the following:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install sox=17.17.9-1
After that, then remove the line that was added in /etc/apt/sources.list
Which leads me to a couple of questions.
1. is there a way for me to tell synaptic, as well as apt-get to ignore
updating sox?
2. Will this issue be taken care of in a future release of Rivendell?
Again, thanks for everyone's help! I greatly appreciate it!
-- Mike
Station Engineer, WVMC FM
-------------
http://www.wvmcfm.com
Mansfield 90.7
Ashland 91.1
Wooster 102.7
----- Original Message -----
From: "Qtronix" <qtronix@xxxxxxxxxx>
To: <mike@xxxxxxxxxx>; "User discussion about the Rivendell Radio Automation
System" <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, June 26, 2009 1:12 PM
Subject: Re: [RDD] rdimport issue.. MORE..
You can add the dapper-rep to your sources.list file and do an update.
Then you'll be able to install 12.17.
As root, open /etc/apt/sources.list and add an additional deb line with
dapper instead of hardy (or whatever dist you use.
Then do apt-get update and apt-get install sox=12.17 (i think)
And lastly remove the line you previously added to sources.list.
Hope this helps. :D
---
Marius/Qtronix
On fre, juni 26, 2009 16:57, mike@xxxxxxxxxx wrote:
> Thanks Tyler, I tried this, but it didn't work for me. I am still on sox
> 14.0.0
>
> ..and yes I am on ubuntu..
>
> -- Mike
> Station Engineer, WVMC FM
>
> -------------
> http://www.wvmcfm.com
>
> Mansfield 90.7
> Ashland 91.1
> Wooster 102.7
>
> ----- Original Message -----
> From: "Tyler Ostby" <sneakerelph@xxxxxxxxx>
> To: "User discussion about the Rivendell Radio Automation System"
> <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, June 24, 2009 3:42 PM
> Subject: Re: [RDD] rdimport issue.. MORE..
>
>
>> If you're on ubuntu (or probably anything debian based) sudo apt-get
>> install alien will allow you to install the sox packages for suse 10.2
>> from the rivendell site. That worked for me.
>>
>> Sent from my iPhone
>>
>> On Jun 24, 2009, at 10:58 AM, "Marius/Qtronix" <qtronix@xxxxxxxxxx>
>> wrote:
>>
>>> Try apt-get install sox=12.17 or something like that.
>>> Either that, or see if there's a package-site on your distribution's
>>> website you can download precompiled binary-packages from.
>>>
>>> ---
>>> Marius/Qtronix
>>>
>>> On ons, juni 24, 2009 19:28, mike@xxxxxxxxxx wrote:
>>>> Thanks everyone for your help. It seems that I should Downgrade SOX
>>>> to a
>>>> previous version. I have looked around, and can't seem to figure it
>>>> out.
>>>>
>>>> I type the following at the terminal:
>>>>
>>>> sudo apt-get remove sox
>>>>
>>>> It then tells me it is going to remove sox and rivendell. But I
>>>> just want
>>>> to
>>>> remove sox.
>>>>
>>>> Additionally, what do I type to install sox version 12.17?
>>>>
>>>> Also, I'm wondering if the next rivendell update should include sox
>>>> 14,
>>>> since I don't build it from the source.
>>>>
>>>> Again thanks for your help!
>>>>
>>>> -- Mike
>>>> Station Engineer, WVMC FM
>>>>
>>>> -------------
>>>> http://www.wvmcfm.com
>>>>
>>>> Mansfield 90.7
>>>> Ashland 91.1
>>>> Wooster 102.7
>>>>
>>>> ----- Original Message -----
>>>> From: <wsp3388@xxxxxxxxx>
>>>> To: "User discussion about the Rivendell Radio Automation System"
>>>> <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
>>>> Sent: Monday, June 22, 2009 8:55 PM
>>>> Subject: Re: [RDD] rdimport issue.. MORE..
>>>>
>>>>
>>>>
>>>> You can either downgrad sox, or find the sox lines in rivendell
>>>> source
>>>> code
>>>> and change the -w to -2. and then make.
>>>>
>>>> please see prior posting Stuborn SOX
>>>>
>>>>
>>>>
>>>> --- On Mon, 6/22/09, Marius/Qtronix <qtronix@xxxxxxxxxx> wrote:
>>>>
>>>>> From: Marius/Qtronix <qtronix@xxxxxxxxxx>
>>>>> Subject: Re: [RDD] rdimport issue.. MORE..
>>>>> To: mike@xxxxxxxxxx, "User discussion about the Rivendell Radio
>>>>> Automation
>>>>> System" <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
>>>>> Received: Monday, June 22, 2009, 1:32 PM
>>>>> Start up a terminal, run rdlibrary
>>>>> from there and see if you get an error
>>>>> message on import. If you get an error saying "invalid
>>>>> option -- w" then
>>>>> downgrade sox to 12.17.
>>>>>
>>>>> ---
>>>>> Marius/Qtronix
>>>>>
>>>>> On man, juni 22, 2009 19:01, mike@xxxxxxxxxx
>>>>> wrote:
>>>>>> In addition to my rdimport issue, I tried to do a
>>>>> import of a song via
>>>>>> RDlibrary and I received the following error:
>>>>>>
>>>>>> "The importer encountered an error. Please check your
>>>>> importer
>>>>>> configuration
>>>>>> and try again"
>>>>>>
>>>>>> I have no idea what to do from here. Any help would be
>>>>> greatly
>>>>>> appreciated.
>>>>>>
>>>>>> -- Mike
>>>>>> Station Engineer, WVMC FM
>>>>>>
>>>>>> -------------
>>>>>> http://www.wvmcfm.com
>>>>>>
>>>>>> Mansfield 90.7
>>>>>> Ashland 91.1
>>>>>>
>>>>> Wooster 102.7
>>>>>>
>>>>>> ----- Original Message -----
>>>>>> From: "walter pope" <wsp3388@xxxxxxxxx>
>>>>>> To: <mike@xxxxxxxxxx>;
>>>>> "User discussion about the Rivendell Radio
>>>>>> Automation
>>>>>> System" <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
>>>>>> Sent: Friday, June 19, 2009 7:03 PM
>>>>>> Subject: Re: [RDD] rdimport issue..
>>>>>>
>>>>>>
>>>>>>
>>>>>> Sound like sox 14.0 You need to install
>>>>> libsox-fmt-all if you are using
>>>>>> sox
>>>>>> 14.0. You will also need to change the -w to -2
>>>>> in all calls to sox in
>>>>>> rivendell.
>>>>>>
>>>>>> the other option is to use sox 12
>>>>>>
>>>>>>
>>>>>> --- On Fri, 6/19/09, mike@xxxxxxxxxx
>>>>> <mike@xxxxxxxxxx>
>>>>> wrote:
>>>>>>
>>>>>>> From: mike@xxxxxxxxxx
>>>>> <mike@xxxxxxxxxx>
>>>>>>> Subject: [RDD] rdimport issue..
>>>>>>> To: "User discussion about the Rivendell Radio
>>>>> Automation System"
>>>>>>> <rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx>
>>>>>>> Received: Friday, June 19, 2009, 2:19 PM
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Hello,
>>>>>>>
>>>>>>> I am trying to use
>>>>>>> rdimport on a wav file, and I
>>>>>>> get a strange error.
>>>>>>>
>>>>>>> Here is the RDimport
>>>>>>> output:
>>>>>>>
>>>>>>> RDImport v1.0.0rc1
>>>>>>> Log mode is
>>>>>>> OFF
>>>>>>> Normalization is OFF
>>>>>>> AutoTrim level = -25
>>>>>>> dB
>>>>>>> Destination cart is AUTO
>>>>>>> Single cart mode is
>>>>>>> OFF
>>>>>>> Delete source mode is OFF
>>>>>>> Delete cuts mode is
>>>>>>> OFF
>>>>>>> DropBox mode is OFF
>>>>>>> Broken format workarounds are
>>>>>>> DISABLED
>>>>>>> Files to process:
>>>>>>> "/var/snd/DropBox/Abandon -
>>>>>>> ProvidenceORIG.wav"
>>>>>>>
>>>>>>> Importing file
>>>>>>> "Abandon - ProvidenceORIG.wav"
>>>>>>> [Providence (Album)] to cart 0101
>>>>>>> 97 ... sox soxio: Failed reading
>>>>>>> `/tmp/rdimpUMOc29.wav': unknown file type `auto
>>>>>>> '
>>>>>>> done.
>>>>>>>
>>>>>>>
>>>>>>> -- Mike
>>>>>>> Station
>>>>>>> Engineer, WVMC FM
>>>>>>>
>>>>>>> -------------
>>>>>>> http://www.wvmcfm.com
>>>>>>>
>>>>>>>
>>>>>>> Mansfield
>>>>>>> 90.7
>>>>>>>
>>>>>>> Ashland
>>>>>>> 91.1
>>>>>>>
>>>>>>>
>>>>>>> Wooster 102.7
>>>>>>>
>>>>>>>
>>>>>>> -----Inline Attachment Follows-----
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Rivendell-dev mailing list
>>>>>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>>>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> __________________________________________________________________
>>>>>> Make your browsing faster, safer, and easier with the
>>>>> new Internet
>>>>>> Explorer®
>>>>>> 8. Optimized for Yahoo! Get it Now for Free! at
>>>>>> http://downloads.yahoo.com/ca/internetexplorer/
>>>>>>
>>>>>> __________ Information from ESET NOD32 Antivirus,
>>>>> version of virus
>>>>>> signature
>>>>>> database 4177 (20090622) __________
>>>>>>
>>>>>> The message was checked by ESET NOD32 Antivirus.
>>>>>>
>>>>>> http://www.eset.com
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Rivendell-dev mailing list
>>>>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Rivendell-dev mailing list
>>>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>> __________________________________________________________________
>>>> The new Internet Explorer® 8 - Faster, safer, easier. Optimized for
>>>> Yahoo!
>>>> Get it Now for Free! at
>>>> http://downloads.yahoo.com/ca/internetexplorer/
>>>> _______________________________________________
>>>> Rivendell-dev mailing list
>>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>> __________ Information from ESET NOD32 Antivirus, version of virus
>>>> signature
>>>> database 4179 (20090622) __________
>>>>
>>>> The message was checked by ESET NOD32 Antivirus.
>>>>
>>>> http://www.eset.com
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Rivendell-dev mailing list
>>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>>>
>>>
>>>
>>> _______________________________________________
>>> Rivendell-dev mailing list
>>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>> _______________________________________________
>> Rivendell-dev mailing list
>> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>>
>
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
>
__________ Information from ESET NOD32 Antivirus, version of virus signature
database 4195 (20090629) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@xxxxxxxxxxxxxxxxxxxxxxxx
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev