On Mon, 22 Aug 2022, chris cottingham wrote:
Will rdimport traverse sub folders? Do I need to have all the audio I
want to import in the root of the import folder?
It will not look in subfolders.
I wrote a Perl script to manage my Rivendell imports. I did so because 1)
I want to keep a log o
I think it only looks in the folder specified. We have several different
folders for different types of audio, just make a new dropbox rule for
each folder, then whenever audio is copied into that folder, it should
get picked up. If you have told Rivendell to convert from MP3 to WAV
then it wil
Will rdimport traverse sub folders? Do I need to have all the audio I want to
import in the root of the import folder?
It’s my understanding that rdimport will import mp3 files and read the
metadata. It will also “wrap” the imported mp3 files as a “wav” file. Is this
true as well?
Thanks!!
Se
I’m going to bulk rename the files and adjust my script accordingly. That seems
be the easiest way to go. Thanks for the input.
Sent from my iPad
> On Jul 11, 2021, at 1:00 AM, Robert Jeffares
> wrote:
>
>
> The audio filename is going to be xx_001.wav
>
> Artist and Title are stored
The audio filename is going to be xx_001.wav
Artist and Title are stored in MySQL [or MariaDB ] where [] are allowed
in strings.
--set-string-artist=should work with []" <--tested and it does
--set-string-title="same"
I just checked this on a copy of the same OS. If the *source audio
Square brackets are glob characters in file names (they're a regex list
indicator). Maybe try disabling file globbing? That disables all of the
file expansion characters. "set -f" to turn off, "set +f" to turn back on.
Mike
On Sat, Jul 10, 2021 at 10:17 AM Dave wrote:
> rdimport will successf
rdimport will successfully import these files using the form rdimport
[options] [GROUP] *.flac
I can only think that the brackets are being interpreted by the script
in some way and sending bad information to rdimport.
On 7/9/2021 9:46 PM, Robert Jeffares wrote:
Hi Dave,
have you tried rdi
I should also note that the title and outcue (set in the script like --set-string-title="my title") may also contain brackets but that doesn't appear to be a problem. It's only setting a filename with brackets that's problematic.Using the latest Rivendell version on CentOS 7.On Jul 10, 2021 6:38 AM
I'm using the full file names because I'm also setting the talk and segue markers and scheduler codes, etc via the script. The files do contain metadata but for some reason rdimport doesn't always read the artist field. I'll try importing some files using wildcards in the filespec (*.flac) and see
Hi Dave,
have you tried rdimport [options] [GROUP] *.flac ?
or is it falling down in the --metadata-pattern='%a - %t.flac'
Are you using CentOS or something else?
Do the flac files have metadata?
From memory [] brackets are not usually a problem
regards
Robert
On 10/07/21 7:03 am, Da
Hi all,
I'm about to use rdimport to import a couple of music libraries into
Rivendell via a shell script. In testing it works great except for the
fact rdimport does not like file names containing an open bracket ([).
For example, if I enter the file name using a double quote as "'N Sync -
Th
On Jun 26, 2021, at 20:28, wa7skg wrote:
> While working on another issue, I took a look at /var/log/boot.log. I had
> recently imported a bunch of music to the library with rdimport. I find these
> entries in boot.log:
>
> Jun 26 17:00:41 rd2 ripcd: sent notification: "NOTIFY CART MODIFY 3574
I can’t answer the specific rd questions but I can tell you that the 239.
Address is a multicast address that is only locally relevant. This address will
not cross a router boundary and requires igmp to be enabled on your switch the
function properly.
I’ll let the other guys chime in on what t
While working on another issue, I took a look at /var/log/boot.log. I
had recently imported a bunch of music to the library with rdimport. I
find these entries in boot.log:
Jun 26 17:00:41 rd2 ripcd: sent notification: "NOTIFY CART MODIFY 35741"
to 239.192.255.72:20539
Jun 26 17:00:41 rd2 rip
Hi Michael,
On 3/4/21 03:26, wa7skg wrote:
>
> Well, I messed up a bit. Had a special situation to load some music for
> a particular purpose. I created a group "Special-M" and assigned cart
> numbers 5-50500 with "Enforced Cart Number" checked. The music was
> copied into a folder and I ran r
Well, I messed up a bit. Had a special situation to load some music for
a particular purpose. I created a group "Special-M" and assigned cart
numbers 5-50500 with "Enforced Cart Number" checked. The music was
copied into a folder and I ran rdimport to load it all into the library.
Everythi
Greetings Friends!
Just a heads up regarding rdimport(1) on the latest 3.5.0 release of
Rivendell. Using the "--use-cartchunk-cutid" option to set the Rivendell
Cart number from the source audio file causes rdimport to fail.
I have opened Github Issue #636 for this. I have also devised a
work-
On May 29, 2020, at 11:18, Chester Graham wrote:
> Also, you have to work on the directory containing the audio files, it will
> ignore any subdirectories.
Recursion can be done with a little scripting. For example, see:
https://github.com/ElvishArtisan/rivendell-importers/blob/master
Hi Chris
rdimport --verbose --segue-level=-10 MUSIC /home/rd/music_import/"1987 -
Alphabet City"/*.mp3
is going to give you what you want. More or less
If the mp3's don't have tags add
--metadata-pattern="%a - %l - %i - %t.mp3"
Questions answered in line.
On 30/05/20 1:17 am, Sojo Gold wro
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 struct
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 Cit
Hi Phil,
the folders will be on a drive somewhere which you can mount on your
Rivendell machine.
lets call it /home/rd/tempimport
if you create the folder as rd user the permissions should be OK
$ mkdir /home/rd/tempimport
in a command line window something like
find /home/rd/tempimport -t
rg
Cc: Phil Biehl; 'User discussion about the Rivendell Radio Automation
System'
Subject: Re: [RDD] RDImport Question
Hello,
Yes, this can be done using the find command together with rdimport.
For example, if you have cd'ed into the top-level directory in which you
store the musi
endell-dev-boun...@lists.rivendellaudio.org
> On Behalf Of Phil Biehl
> Sent: Tuesday, March 10, 2020 12:43 PM
> To: 'User discussion about the Rivendell Radio Automation System'
>
> Subject: [RDD] RDImport Question
>
> Braintrust,
> I have a large number o
...@celebrationradio.com<mailto:m...@celebrationradio.com>
Website<https://celebrationradio.com/>
From: rivendell-dev-boun...@lists.rivendellaudio.org
On Behalf Of Phil Biehl
Sent: Tuesday, March 10, 2020 12:43 PM
To: 'User discussion about the Rivendell Radio Automation System
Braintrust,
I have a large number of music files I want to import to Riv that are divided
up into folders and subfolders. I’m hoping that there is a way to get rdimport
to process these files, traversing all these subfolders. Is there a way to do
this?
Thanks,
Phil
___
Hey guys
What a Game Eh!
I am moving to 3x and on rdimport, I keep getting this error
[code] ASSERT: "uint(i) < uint(size())" in file
/usr/include/QtCore/qstring.h, line 699 [/code]
Using the string
[code] rdimport --verbose --autotrim-level=-30 --segue-level=-15
--metadata-pattern=
Hi Mircea,
I am experiencing the same issue. Rivendell 3.2 on Centos 7.
Jake
On Sun, Dec 15, 2019 at 04:43 Mircea Paun wrote:
> Hi!
> I exported and imported the same cart with the -xml option.
> There are some things that do not fit or something is wrong in my
> understanding or workflow.
>
Hi!
I exported and imported the same cart with the -xml option.
There are some things that do not fit or something is wrong in my
understanding or workflow.
On exported cart, there are no values in the ISRC field, but appears as
"Cut 001" on imported cart and obviously,
when you want to exit from c
Hello Fred,
i can confirm here rdimport have an issue importing file with filename in
utf8 format.
Will be nice to have also the possibility to check for duplicate just to
not import twice the same song.
At the moment i'm accomplish this by a custom Python script who is
modifying the file name fro
Hi there, and thanks a lot for creating Rivendell software. We use on
our radio station since version 1.7.2.
Recently I've installed 3.1.0 version on Ubuntu 18.04 64 bit system.
It's all ok except the RDImport from command line. There are some
problems with italian characters with accent, like
Hi Nathaniel,
On Thu, 2019-12-05 at 11:59 -0600, nathaniel.ste...@icloud.com wrote:
> Doeas anyone here have any opinions on ZFS? Does anyone host their /var/snd
> on a NAS? I’ve been looking at building a freenas system to use around the
> office, which use ZFS.
>
I can imagine many here have
also rsynced to a NAS appliance, so
the data lived in three places.
From: rivendell-dev-boun...@lists.rivendellaudio.org
On Behalf Of Alan Smith
Sent: Saturday, November 30, 2019 7:03 PM
To: User discussion about the Rivendell Radio Automation System
Subject: Re: [RDD] RDImport and Disk
Neat!
Sent from my Sprint Phone.
-- Original message--
From: Sébastien Leblanc
Date: Sat, Nov 30, 2019 9:50 PM
To: Rivendell Users Group;
Cc:
Subject:Re: [RDD] RDImport and Disk Space
On 19-11-27 12 h 16, Steve Varholy wrote:
Mark:
Add another drive, move/copy /var/snd to it and create
On 19-11-27 12 h 16, Steve Varholy wrote:
> Mark:
>
> Add another drive, move/copy /var/snd to it and create a symbolic link
> to the new location. Done.
>
You can also use UnionFS to overlay a new filesystem on a new drive on
top of the old filesystem. The old filesystem effectively becomes
read
Again, still consider myself very new to this, but what I have started
to do is use Raid1, and setup postfix to send email/text failure
notifications.
I haven't had a real failure yet, but during testing (including
simulated failure on the bench) it works pretty well.
-Alan
On 11/30/2019 6:
On Thu, 28 Nov 2019, Lorne Tyndale wrote:
That's overall good advice, the only things I'd add is that I'm not a
big fan of Raid 5, I prefer Raid 1 which provides as full 1:1 mirror for
better redundancy and robustness. When hard disks cost a lot I could
I don't like RAID at all. I prefer to b
Lorne,
Yes, a mirrored pair of 4 or 6 TB drives are not so pricey these days.
When we last did this, we were in the middle of the great hard drive
famine (in the wake a massive flooding in Thailand) and drive prices
were pretty high. If they were going to retrofit an existing computer
that di
Bill,
That's overall good advice, the only things I'd add is that I'm not a
big fan of Raid 5, I prefer Raid 1 which provides as full 1:1 mirror for
better redundancy and robustness. When hard disks cost a lot I could
see the benefit of Raid 5 giving you a little more storage space between
the sa
I actually prefer to have /var/snd on a completely separate volume. If
you have the physical space to do it, I'd mirror the existing 1.5 TB
drive and build a RAID5 array for /var/snd. You could get an external 4
drive USB bay to store /var/snd. Playback of stereo audio needs less
than 1 Mbps, s
On Thu, 28 Nov 2019 08:18:53 -0500
"R. Choy" wrote:
> In /var is the symbolic link:
> lrwxrwxrwx. 1 rivendell rivendell 9 Dec 16 2018 snd -> /sda4/snd
> Is this right?
That part is fine. It's correct/
What I'm not seeing in the rest, ( though the e-mail comes through badly
formatted )is
Here's a snapshot after I issue a cd /var/snd and ls
040220_001.wav 040454_001.wav 040644_001.wav 040863_001.wav
060001_008.wav
040221_001.wav 040455_001.wav 040644_002.wav 040864_001.wav
060001_009.wav
040222_001.wav 040456_001.wav 040644_003.wav 040865_001.wav
060001_010.wav
040223_
On Wed, 27 Nov 2019 18:35:23 -0500
"R. Choy" wrote:
> There is no "mounted on" /var/snd only a symbolic link pointing to /sda4 in
> the old
> existing /var/snd
Important distinction...
symbolic link pointing to /sda4 in the old
or
symbolic link pointing to /sda4 **IS** the old
??
--
Mark,
On Wed, Nov 27, 2019 at 11:53 AM Mark Murdock
wrote:
> So apparently, I need a drive much bigger than 1.5 TB unless I want to run
> compressed files. I wish I had known this going into this. The Rivendell
> System Requirements specify a 1 TB drive. Maybe that should be bumped up to
> 4 TB
Just /var/snd
I have two rd systems used for my twp streams. This might be a clue though:
I did a df -h and on the working box there is a line:
'/dev/sda3 1.7T 75G 1.6T 5% /var/snd' on the working box.
The box that does not load a new log at midnight looks like this:
'
Hi Rick,
migrating to CentOS 7 is a good idea. If you have a new machine follow
http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html
then copy the contents of /var/snd across to the new machine. rsync
across the local network will do the job.
Save a copy of th
I understand. But from the OP, everything worked fine until I moved
/var/log. Around midnight give or take, the end of the log showed it was
to load the next day log but doesn't. Just stops. I plundered through
the rd archives and saw a lot of possible problems and solutions
especially from "co
Will try that.
On 11/27/2019 10:26 AM, Rob Landry wrote:
Huh? Logs aren't stored in /var/snd. This shouldn't be happening.
If you create a short log with a CHAIN to itself at the end, and run
it, will it reload?
Rob
___
Rivendell-dev mailing li
On Wed, 27 Nov 2019, Cowboy wrote:
What *I* would do, ( a little "Cowboy" engineering ) I would create
a directory /home/snd then copy everything from /var/snd into it.
Very non-standard, but it'll work.
Once that's done, delete ( yep, delete ) /var/snd altogether.
rmdir /var/snd
Now link
On Wed, 27 Nov 2019 12:28:53 -0600
Alan Smith wrote:
> Can't parted/gparted move/resize the partitions easily?
Yes, and no.
Depends on where on the platters the partitions are, and how
much data resides therein.
I prefer to set things up myself, so I know.
CentOS ( RHEL ) hides it from you
Totally ignorant here, just trying to help.
Can't parted/gparted move/resize the partitions easily?
Again, coming from a place of total ignorance, but on Winders machines,
I often use knoppix to manipulate drive partitions/do data recovery.
-Alan
On 11/27/2019 12:24 PM, Cowboy wrote:
On Wed
On Wed, 27 Nov 2019 10:19:39 -0700
"Lorne Tyndale" wrote:
> Your problem is clear from the lines:
>
> > /dev/mapper/centos-home 1.4T 4.5G 1.4T 1% /home
> > /dev/mapper/centos-root 50G 50G 39M 100% /
Yep !
> You have 1.4TB allocated to /home (where you've only used 4.5GB of that
>
On 28/11/19 2:54 AM, R. Choy wrote:
except it will no longer load the next day's log.
That's not dependent on /var/snd/
Look in RDADMIN > Manage Services > Service to see that 'Insert CHAIN TO
at log end' is checked.
This may not happen exactly at midnight unless you have some time sync
771M 1% /run/user/1001
Mark
-Original Message-
From: rivendell-dev-boun...@lists.rivendellaudio.org
On Behalf Of Cowboy
Sent: Wednesday, November 27, 2019 4:17 AM
To: 'rivendell-dev@lists.rivendellaudio.org'
Subject: Re: [RDD] RDImport
On Wed, 27 Nov 2019 01:00:27 +
Mark Murdoc
771M 1% /run/user/42
tmpfs771M 8.0K 771M 1% /run/user/1001
Mark
-Original Message-
From: rivendell-dev-boun...@lists.rivendellaudio.org
On Behalf Of Cowboy
Sent: Wednesday, November 27, 2019 4:17 AM
To: 'rivendell-dev@lists.rivendellaudio.org'
Subje
No. Logs are ok where they are. /var/snd has all sound files only.
Everything works except it won't load the next day logs.
On 11/27/2019 10:26 AM, Rob Landry wrote:
Huh? Logs aren't stored in /var/snd. This shouldn't be happening.
If you create a short log with a CHAIN to itself at the end,
01
>
> Mark
>
> -Original Message-
> From: rivendell-dev-boun...@lists.rivendellaudio.org
> On Behalf Of Cowboy
> Sent: Wednesday, November 27, 2019 4:17 AM
> To: 'rivendell-dev@lists.rivendellaudio.org'
>
> Subject: Re: [RDD] RDImport
>
message--
From: Mark Murdock
Date: Wed, Nov 27, 2019 11:53 AM
To: rivendell-dev@lists.rivendellaudio.org;
Cc:
Subject:[RDD] RDImport and Disk Space
So apparently, I need a drive much bigger than 1.5 TB unless I want to run
compressed files. I wish I had known this going into this. The Rivendell
So apparently, I need a drive much bigger than 1.5 TB unless I want to run
compressed files. I wish I had known this going into this. The Rivendell System
Requirements specify a 1 TB drive. Maybe that should be bumped up to 4 TB for
music stations that want to store uncompressed files. Do I have
tmpfs771M 8.0K 771M 1% /run/user/1001
Mark
-Original Message-
From: rivendell-dev-boun...@lists.rivendellaudio.org
On Behalf Of Cowboy
Sent: Wednesday, November 27, 2019 4:17 AM
To: 'rivendell-dev@lists.rivendellaudio.org'
Subject: Re: [RDD] RDImport
On Wed, 27
Huh? Logs aren't stored in /var/snd. This shouldn't be happening.
If you create a short log with a CHAIN to itself at the end, and run it,
will it reload?
Rob
--
Сквозь грозы сияло нам солнце свободы
И Linus великий нам путь озарил;
Нас вырастил Stallman на верность народу,
На труд и на под
On Wed, 27 Nov 2019 08:46:22 -0500
Fred Gleason wrote:
> > What's the upside of compression?
> > When drives were expensive, you
> > could make a case for compression of audio. I just don't see an imparitive
> > now.
The only valid argument I think I could make, would be transferring
conte
This happened to me too. I had a linux friend format the unassigned
space, set up a symbolic link to the new /var/snd, moved all files over,
and all was well.except it will no longer load the next day's log.
So every night just before midnight I have to manually load log. Been
doing this fo
On Nov 26, 2019, at 21:18, Robert Jeffares wrote:
> Some motherboards are not able to manage drives greater than 2TB. There are
> ways around this.
It depends on the distro as well. CentOS 7 can handle it easily, but CentOS 6
not so much. (There are workarounds, but they are fairly terrifying
November 2019 01:00
To: 'rivendell-dev@lists.rivendellaudio.org'
Subject: [RDD] RDImport
OK, need some help. I’ve been using rdimport to import a bunch of songs from
our SS32 system into Rivendell, and just as I was about to finish up, I started
getting an error that said, “Audio Conve
On Nov 26, 2019, at 20:29, Bill Putney wrote:
> What's the upside of compression? A 10TB disk is ~$200. Most radio station
> libraries aren't that big, even when PCM storage is used. So, what's the
> gain? When drives were expensive, you could make a case for compression of
> audio. I just don
On Wed, 27 Nov 2019 01:00:27 +
Mark Murdock wrote:
> drive is a 1.5 TB drive, and there's plenty of space left on it, but when I
> looked at the
> properties of /var/snd it said that 49.5 GB had been used of 53.7 GB, and
> that there is only 133
> MB left (99% used). Is there a way to expan
Hi Mark,
you need a bigger drive. I started with 1TB and am now running 4TB which
cost less that the 1TB at the time it was purchased!
We are at about 80,000 cuts which is a reasonable size.
There are reams of reasons not to use 'compressed' files. #1 is
compressed = leave stuff out.
I hav
We store everything uncompressed. We can use audio stored for later editing
without cascading compression losses.
What's the down side to compressed storage? Stacking compression has possibly
unknowable consequences. Storage and playback is straightforward without coding
or decoding. If you ha
Hi Mark.
What format are you storing your audio files in? Mp2 or pcm wav? A way to
work out is a 3 minute audio file is 30 mb if pcm wav, whereas mp2 is about
4mb. Pcm wavs will fill your hard drive quickly.
Many thanks
Geoff Barkman
On Wed, Nov 27, 2019, 2:00 PM Mark Murdock
wrote:
> OK, need
OK, need some help. I've been using rdimport to import a bunch of songs from
our SS32 system into Rivendell, and just as I was about to finish up, I started
getting an error that said, "Audio Converter Error: No space left on device,
skipping [file name]." The drive is a 1.5 TB drive, and there'
On Sep 29, 2019, at 19:07, Bruce Lee Mones wrote:
> Can I do #yum update?
Not yet. However, you can work around the issue by making sure that every
metadata pattern ends with delimiter (such as ‘.’).
For example, instead of:
--metadata-pattern=%t
try:
--metadata-pattern=%t.
On Fri, Sep 27, 2019 at 12:32 PM Fred Gleason
wrote:
> On Sep 26, 2019, at 02:42, Bruce Lee Mones
> wrote:
>
> Incantation: $rdimport --verbose --autotrim-level=-30
> --normalization-level=-16 --segue-level=-13 --autotrim-level=-50
> --metadata-pattern=%t --delete-source ILOKANO *.mp3
>
> Error:
On Sep 26, 2019, at 02:42, Bruce Lee Mones wrote:
> Incantation: $rdimport --verbose --autotrim-level=-30
> --normalization-level=-16 --segue-level=-13 --autotrim-level=-50
> --metadata-pattern=%t --delete-source ILOKANO *.mp3
>
> Error: ASSERT: "uint(i) < uint(size())" in file
> /usr/include
On Sep 26, 2019, at 02:42, Bruce Lee Mones mailto:brucelee.mo...@gmail.com>> wrote:
> Incantation: $rdimport --verbose --autotrim-level=-30
> --normalization-level=-16 --segue-level=-13 --autotrim-level=-50
> --metadata-pattern=%t --delete-source ILOKANO *.mp3
>
> Error: ASSERT: "uint(i) < uint
Hi
there are twice the arguments --autotrim-level
JM
Le 26/09/2019 ? 08:42, Bruce Lee Mones a ?crit?:
Hello,
Please advise on error encountered while importing audio using
rdimport on terminal.
Incantation: $rdimport --verbose --autotrim-level=-30
--normalization-level=-16 --segue-level=-
Hello,
Please advise on error encountered while importing audio using rdimport on
terminal.
Incantation: $rdimport --verbose --autotrim-level=-30
--normalization-level=-16 --segue-level=-13 --autotrim-level=-50
--metadata-pattern=%t --delete-source ILOKANO *.mp3
Error: ASSERT: "uint(i) < uint(si
Hello Fred,
i noticed rdimport have problem with file in utf8 format.
All the file with an accented letter will not be imported.
Regards
Gabriele
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mail
On Fri, 2019-06-21 at 08:42 +0200, Gabriele Fergola wrote:
> trying rivendell 3.0 I noticed segue editor is affected still from
> the same little bug like 2.0 version.
> Dropboxes still configure rdimport segue level to thousand instead of
> decimal how u can see:
>
> 16085 ?Sl 0:00 /u
Ok the patch attached to my previous email is not anymore good.
the modification need to be in the file rdservice/startup.cpp:
From
args.push_back(QString().sprintf("--segue-level=%d",
q->value(21).toInt()));
to
args.push_back(QString().sprintf(
Hello,
trying rivendell 3.0 I noticed segue editor is affected still from the same
little bug like 2.0 version.
Dropboxes still configure rdimport segue level to thousand instead of
decimal how u can see:
16085 ?Sl 0:00 /usr/bin/rdimport --persistent-dropbox-id=1
--drop-box --add-sched
On Nov 19, 2018, at 23:17, ija...@jamcorbroadcast.com wrote:
> Would this also work for voice tracker.
If you mean the ‘Import’ button on Voice Tracker dialog in rdlogedit(1), then
I’m afraid not. That feature does not use rdimport(1) (and hence, nor the
nested_import script).
Cheers!
|
Fred
Would this also work for voice tracker. We find ourselves importing
files manually. I know want to speed up the process. Can you give an
example of how to start import the files.
Thanks
On 2018-11-16 14:48, Fred Gleason wrote:
On Nov 16, 2018, at 12:50, Richard Elen wrote:
As I am
Excellent! Thanks very much for the detailed response, a great help!
-R
On 16-Nov-18 19:48, Fred Gleason wrote:
The usage is very similar to that of rdimport(1)...
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian
On Nov 16, 2018, at 12:50, Richard Elen wrote:
> As I am a novice here, I would be most grateful if you could do me the favour
> of providing an example usage of nested-import.pl, just so that I get it
> right first time.
>
> The command-line invocation I am using currently would be:
>
> rdim
Fred,
As I am a novice here, I would be most grateful if you could do me the
favour of providing an example usage of nested-import.pl, just so that I
get it right first time.
The command-line invocation I am using currently would be:
rdimport --verbose --segue-level=-10 --autotrim-level=-30
On Nov 16, 2018, at 12:37, Richard Elen wrote:
> Thanks for this! Is there a solution to my other query?
Just use a of ‘*’.
Cheers!
|--|
| Frederick F. Gleason, Jr. | Chief Developer |
|
Thanks for this! Is there a solution to my other query?
--Richard E
* How do I import all audio file types in one go, or at least *.mp3
and *.flac for starters?;
* How do I make it recurse so it crawls the source library and
grabs the content of all my album folders and sub-folders?
On Nov 16, 2018, at 11:43, Richard Elen wrote:
> The first thing I see is the message:
> "Session management: None of the authentication protocols specified are
> supported".
> What is this telling me?
Useless cruft from your desktop manager. You can safely ignore it.
> Meanwhile, the files
Hi...
I now have a 2TB drive mounted at /var that can hopefully contain the RD
music library in WAV format and I'm beginning to import files. As a
result I have a couple of queries.
I am navigating to the source music library root directory, which is a
read-only-mounted NTFS partition, and i
On Nov 7, 2018, at 10:03, Rob Landry <41001...@interpring.com> wrote:
> A client of mine used to use AudioVault. I spent lots of hours examining AV
> .wav files to see how the metadata was stored, and was surprised to discover
> that each file stored its metadata twice: in an AV10 chunk, and aga
On Tue, 6 Nov 2018, Fred Gleason wrote:
Thus, in Rivendell, we make a strong separation: the audio store holds audio
and the database holds metadata. Audio in the audio store is *immutable*;
once it’s written, it can never be changed short of being *deleted*.
Information in the database OTOH can
Well, the other side of the coin is that if you have two copies of the
metadata, one in a MySQL database and the other in the file headers, then
you need some mechanism to keep them synchronized. Otherwise you become
the proverbial man with two watches who can never be sure what time it is.
On Nov 6, 2018, at 15:42, Fred Gleason wrote:
> …
> They had an auxiliary program called the ‘SoundHound’ (derisively referred to
> as the ‘SoundPig’ by one of my co-workers) that would continually scan the
> set of audio files on the system, building and updating a searchable database
> of the
I KNEW there would be a good reason. Thanks for taking the time to give
a detailed response. Makes sense to me!
--Richard E
On 06-Nov-18 20:42, Fred Gleason wrote:
...Thus, in Rivendell, we make a strong separation: the audio store
holds audio and the database holds metadata...
_
On Nov 6, 2018, at 14:06, Richard Elen wrote:
> IIRC, you can store a full complement of metadata in a WAV file and there is
> a standard for it, it's just not commonly done.
>
There are several public standards for such, as well as a whole slew of _ad
hoc_ private ones, invented by vendors for
IIRC, you can store a full complement of metadata in a WAV file and
there is a standard for it, it's just not commonly done. I must admit
that the one thing that has concerned me slightly is the fact that the
ingested files are completely unidentifiable - the idea of writing out
and maintaining
On Nov 6, 2018, at 11:50, Rob Landry <41001...@interpring.com> wrote:
> Of course, one consequence of this approach is that if you lose the MySQL
> database, the audio files will be more or less useless.
Yup. Better have a good backup plan in place!
> If each audio file had headers carrying co
On Nov 6, 2018, at 12:15, David Klann wrote:
> My experience has been that rdimport ignores _all_ of the
> metadata if it finds problems with _any_ of the metadata it (someone
> please correct me if I misunderestimate that).
Can you gives us a specific example of where this occurs?
Cheers!
|-
Of course,
if you have the storage space and the horsepower, you could always export
all the audio every so often... This puts a lot of the metadata into the
files exported. Does it put it all? You can export to flac as well...
all the best,
drew
On Tue, Nov 6, 2018 at 11:50 AM Rob Landry <4100
1 - 100 of 289 matches
Mail list logo