search for: track1

Displaying 20 results from an estimated 29 matches for "track1".

Did you mean: track
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
...ction, but maintain an Ogg-encoded version of that library for use on portable players, here is something you might be interested in: I've put together a Cygwin/perl-based solution that works under Windows XP that can take an entire tree of Flac-encoded files: C:\music\flac\artist1\album1\track1.flac C:\music\flac\artist1\album1\track2.flac C:\music\flac\artist1\album2\track1.flac C:\music\flac\artist2\album1\track1.flac C:\music\flac\artist2\album1\track2.flac And convert it into: C:\music\ogg\artist1\album1\track1.ogg C:\music\ogg\artist1\album1\track2.ogg C:\music\ogg\artist1\album2...
2004 May 21
2
question about --bwlimit=
...pull from the CVS tree. I have 2 servers "wilber" (the remote archive) and "judy" (the local archive) connected with a gig ethernet. I have a file on "judy" that if I use the following command completes in under 1 second: time rsync -ar --rsh=rsh bluesAlbums/Pilgrim/track1.mp3 wilber://test/bluesAlbums/Pilgrim the track1 file on wilber exists and the track1 file on judy has been touched. The file Track1 is 6.3Meg in size. The checksums file if you do --write-batch is 60K bytes. The difference file is 40k bytes (no differences). I check the modification time on wilb...
2015 Nov 19
2
Increasing database size limit
Hi Volker, First I apologize for very late reply. I did tests in the meantime... Trust relationships are the option we keep in mind. As trusts are for now bidirectional-full-trust they give us possibility to increase domain size. If we have to split our domain we will split in one domain for users and another for computers (meaning users' MS Windows computers as they need to be included into
2017 Jan 23
3
metaflac crashes adding cuesheet
Erik, The command used by abcde is metaflac --no-utf8-convert --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt --import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac but I get the same result re-trying without the --no-utf8-convert and -no-utf8-convert. Here's the cuesheet: PERFORMER "William Shakespeare" TITLE "A Midsummer Night's Dream (Disc 1)" FILE "A_Midsummer_Nights_Dream_(Disc_1).flac" WAVE TRACK...
2006 Apr 24
1
implementing a Slider control
...,"dragdrop","application","controls" ,"scriptaculous","global","slider" %> <html> <script type="text/javascript" language="javascript"> var s2 = new Control.Slider(''handle1'',''track1'', {axis:''horizontal'',increment: 1, minimum: 0, maximum:100,disabled: false}); s2.options.onChange = function(value){ $(''debug1'').innerHTML = value; }; s2.options.onSlide = function(value){ $(''debug1'').innerHT...
2002 Jul 20
3
Difficulty w/1.0 and Sonique/Winamp
I am very excited to see the Vorbis 1.0 out. Unfortunately, neither Sonique 1.808a nor Winamp 2.5 is willing to play the resulting files. Only silence. I tried the simple case of 'oggenc track1.wav' and it created the expected track1.ogg, 3.5MB in size with avg. bitrate of 110kbps at default quality 3. These applications worked fine with a much older version of oggenc. Maybe Beta 2 (not RC2) it's pretty old. Has anyone else experienced this? I was looking forward to re-doing al...
2017 Jan 24
1
metaflac crashes adding cuesheet
...Lopo <mle+la at mega-nerd.com> wrote: > James wrote: > >> The command used by abcde is >> >> metaflac --no-utf8-convert >> --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt >> --import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac > > Unfortunately, that is still insuffuicent for me to debug this. > > The command line you provided is importing tags from stdin and you > haven't > provided the data that is being fed into metaflac's stdin. > > Erik
2005 Sep 21
8
Slider controls
Heya! Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now sports a new Control for horizontal and vertical sliders. See the functional test file (test/functional/slider_test.html) for information on how to use it. Basically, you do: <div id="track1" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle1" style="width:5px;height:10px;background- color:#f00;"> </div> </div> new Control.Slider(''handle1'',''track1'',{ onSlide:fu...
2015 Feb 17
2
ps aux | grep smbd
...much less resources, that the current versions do. E. g. smbd in 3.2 was just about 1/4 of the size it is in 4.1. Many parts can't be disabled with ./configure options and are build in. Kai Blin had a good talk about this last year: http://sambaxp.org/fileadmin/user_upload/SambaXP2014-DATA/thu/track1/Kai_Blin-Samba-ScalingSambaDowntoMicroServers.pdf Regards, Marc
2009 Dec 30
3
metaflac: malformed vorbis comment field field contains no '=' character
...and then i have some similar flac files, resulting from some audio processing on the original flac files, in a subdirectory, S, for example. i am using metaflac 1.2.1-1.2 on ubuntu 9.04 and i am running this command in order to transfer the tags to the processed files: metaflac --export-tags-to=- track1.flac | metaflac --import-tags-from=- S/track1.flac and then i proceed with track2.flac, track3.flac, etc. on some of the files, i am receiving this error: - -: ERROR: malformed vorbis comment field "<part of the comment>", field contains no '=' character and thus...
2023 Feb 01
2
Searching Samba share file contents
Hello Samba listers Is there a way to search Samba share file contents from the Windows client explorer? This works on Windows shares. I can't seem to get a hit on this on Google .. Thanks, Robert Vaughan ---------------------------------------------------------------------- This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain
2006 Aug 29
0
S4 methods for "+"
...>> difficulty defining "+" to do what I want. >> >> In the Green Book, there is a discussion of a "track" object, >> >> setClass("track", representation(x="numeric", y="numeric")) >> >> OK. >> >> track1 <- new("track",x=c(1,4,6),y=c(10,11,12)) >> track2 <- new("track",x=c(2,5),y=c(100,101)) >> >> >> What I want to do is to define "+" for track object so that if >> >> track3 <- track1 + track2 >> >> has track3 a...
2013 Jul 27
3
Samba 4 Slow Performance
...ng drive and printer mapping in logon script and applying a registry hack (note 1) shorten the profile waiting time in windows 7 client side but it makes no difference in logon speed. I have taken a look on the document in sambaXP 2013: http://sambaxp.org/fileadmin/user_upload/SambaXP2013-DATA/thu/track1/Matthieu_Patou-Smaller_Faster_Scalier.pdf and two thread in samba-technical mailing list: https://lists.samba.org/archive/samba-technical/2013-January/089755.html https://lists.samba.org/archive/samba-technical/2013-May/092332.html It seems that samba team is doing some great work in spotting the...
2020 Apr 17
3
Status of Windows Search Protocol support in Samba?
...trying to Google this but have not found any definitive answers. Does Samba currently support Windows Search Protocol[1]? I did find these lecture slides from a few years ago (five years?) but they don't tell me about the current status: https://sambaxp.org/archive_data/SambaXP2015-SLIDES/wed/track1/sambaxp2015-wed-track1-Noel_Power-WindowSearchProtocolAndSamba.pdf (by Noel Power of SUSE). If you're wondering what I'm talking about, here is a brief explanation: The Windows Search tool on a Windows Vista/7/8/10/2008/2012/2016/2019 computer normally indexes and searches local files. How...
2017 Jan 23
2
metaflac crashes adding cuesheet
(Apologies if I'm in the wrong place for this...) I'm trying to use the abcde program to archive CDs to flac files. (Each CD to 1 file, and ultimately multi-disk performances to 1 file.) It extracts the audio to a .flac file and creates a cue sheet with track names & locations. However, when it tries to run metaflac with the --import-cuesheet-from option, it core dumps. I'm
2015 Feb 17
2
ps aux | grep smbd
I recently compiled samba-3.2.15 for a Raspberry Pi V2 and while it seems to be working fine, when I ps aux | grep smbd I'm shown two or three successively numbered smbd jobs. The smbd log isn't showing anything weird, what's up with this?
2015 Feb 17
0
ps aux | grep smbd
..., that the current versions do. E. g. smbd > in 3.2 was just about 1/4 of the size it is in 4.1. Many parts can't be > disabled with ./configure options and are build in. Kai Blin had a good > talk about this last year: > http://sambaxp.org/fileadmin/user_upload/SambaXP2014-DATA/thu/track1/Kai_Blin-Samba-ScalingSambaDowntoMicroServers.pdf > > > > Regards, > Marc Well, I can see what you mean, but why bother, a raspberry pi will function quite capably as a home DC (never mind as just a fileserver) and now the pi2 is out with quad core and more memory. I cannot under...
2006 Apr 25
0
Linux Audio Conference 2006 Live Streams
...s always, there will be chat channels to go with the streams, where you can report problems, discuss the presentations and also ask questions which will be relayed to the live audience by the local chat operators here at zkm. these channels are #lac2006 for general issues and chitchat, and #lac2006-track1 and #lac2006-track2 for questions and remarks about the current presentation, all on irc.freenode.net. you will be able to download the presentation slides in advance to read along as you listen and watch. the quality of the video streams will not be sufficient to read the projections, but you sho...
2002 Mar 14
0
OT (pipes) - Was RE EAC: Ogg-on-the-fly?
...andard output, the following encodes the output of someprog to >>foo.ogg, without using any temporary file : >> >> someprog | oggenc -r -o foo.ogg - >> >>For example, to encode track 1 of the audio CD in the drive : >> >> cdparanoia -r 1 - | oggenc -r -o track1.ogg - >> >>Caveat : last time I looked, DOS implemented pipes with temporary >>files. > >Be warned that stdin encoding is broken in oggenc rc3. cvs is fine. > Also be warned that temmporary files in DOS prompts (under windows 9x at least) seem to have a size limit around...
2002 Jan 23
1
vorbiscomment inconsistency
...t filename rather than splattering the second file on the commandline, which I would expect to suffer exactly the same fate as the first file on the commandline, whatever fate that may be. For example: vorbiscomment -w -f commontags.txt this.ogg that.ogg vorbiscomment -a -c "album=this" track1.ogg track2.ogg track3.ogg Borrowing -e behaviour from crontab would be nice, too, but I'm not pushing that too hard in case someon suggests I do it, or worse, I get pounded by script zealots telling me how just one more script in my life will save someone from a world of proper coding. I also...