search for: songnam

Displaying 14 results from an estimated 14 matches for "songnam".

Did you mean: songname
2004 Sep 10
5
flac command line usage (was: the road to 1.0...)
...v. That way, flac *.wav and flac -d *.flac are possible, > and their behavior easily understood. > OK, I kind of like Matt's usage idea best. I think there are only two minor downsides: 1. You won't be able to do basename renaming within the command anymore, i.e. 'flac 01.wav songname.flac', you have to do a 'flac 01.wav && mv 01.flac songname.flac' 2. This one's way out there, but I guess if someone were on DOS then .flac will be too long and there's no way to get around that unless I add some option to specify a default extension. So unless there...
2004 Aug 06
2
icecast directory, songnames
I have setup a stream running icecast 1.3.7 and liveice. I would like lto list my stream in the icecast directory, but I dont want the song being played to show up in the dir listing. How can I suppress this? Thanks, vikas _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com --- >8 ---- List archives:
2004 Sep 10
0
flac command line usage (was: the road to 1.0...)
On Tue, May 01, 2001 at 12:28:40PM -0700, Josh Coalson wrote: > OK, I kind of like Matt's usage idea best. I think there are only > two minor downsides: > > 1. You won't be able to do basename renaming within the command > anymore, i.e. 'flac 01.wav songname.flac', you have to do a > 'flac 01.wav && mv 01.flac songname.flac' Or: flac 01.wav - > songname.flac This modification would make flac behave more like gzip, which is a pretty good model of how a unix-style compressor should behave. The addition of a -c option to forc...
2011 Mar 19
5
Routing issue
...two models, artists and songs. I have this in my route file: resources :artists, :path => "ackord" do resources :songs end Which gives me urls like this (I''m using https://github.com/norman/friendly_id to create and manage slugs): example.com/ackord/artistname/songs/songname-id Now I want to remove the /songs part to get a url like this: example.com/ackord/artistname/songname-id Is it possible? I have tried to do it with match without success. Any ideas? Best Regards Linus -- You received this message because you are subscribed to the Google Groups "Ruby on...
2004 Sep 10
0
flac command line usage (was: the road to 1.0...)
...re > possible, > > and their behavior easily understood. > > > > OK, I kind of like Matt's usage idea best. I think there are only > two minor downsides: > > 1. You won't be able to do basename renaming within the command > anymore, i.e. 'flac 01.wav songname.flac', you have to do a > 'flac 01.wav && mv 01.flac songname.flac' > > 2. This one's way out there, but I guess if someone were on DOS then > .flac will be too long and there's no way to get around that unless > I add some option to specify a default ex...
2004 Aug 06
1
Ices
...that it's worth using it? > > I wouldn't run anything but the current code. Brendan is pretty > good about fixing bugs if you run into any. A few people have been > using 0.2.2 for a while. Does ices 0.2.2 show the album name in the meta information, or just the artist & songname? Thanks, Mark --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsu...
2004 Sep 10
1
flac command line usage (was: the road to 1.0...)
...ir behavior easily understood. > > > > > > > OK, I kind of like Matt's usage idea best. I think there are only > > two minor downsides: > > > > 1. You won't be able to do basename renaming within the command > > anymore, i.e. 'flac 01.wav songname.flac', you have to do a > > 'flac 01.wav && mv 01.flac songname.flac' > > > > 2. This one's way out there, but I guess if someone were on DOS then > > .flac will be too long and there's no way to get around that unless > > I add some optio...
2004 Sep 10
5
the road to 1.0...
--- Jan Suhr <jan.suhr@usa.net> wrote: > It would be easier if FLAC understand the following command: "flac > *.wav *.flac" or "flac -d *.flac *.wav" > > for now I have to use some shell "tricks". > I assume you're using the DOS shell? because all unix shells I know will expand the globs first so this syntax cannot work anyway. but I know
2002 Apr 08
0
Lyrics
...tioning an Ogg/Tarkin stream of an entire movie (in several languages of course, with an Ogg/Tolkien stream for each language). Is there anyone working on something like this ? I'd like to add lyrics to my music collection but I'd rather see them in the Ogg then in a separate file '<songname>.txt'. TIA, Paul 'WEiRD' de Weerd -- >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] http://www.weirdnet.nl/ --- >8 ---- Lis...
2001 Aug 21
2
Title formatting for players/plugins
Hi, Peter Pawlowski's new (1.15beta) winamp decoder plugin seems quite nice, in my opinion.. The "title formatting logic" is what I've been dreaming of for ages.. Right now I've chosen "%artist / [[%[abbr20]album][-%[num2]tracknumber] / ]%title[ - %version]" I get titles such as "Artist / Title"or "Artist / Album / Title" or "Artist /
2004 Aug 06
4
Ices
I notice two versions on the Web site, 0.2.2 being shown as developmental. I'm building a new server that will run Icecast 1.3.11 and I'm wondering how stable Ices 0.2.2 is? Are there enough fixes in it that it's worth using it? Thanks, Hunter --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list,
2007 Jun 15
4
quick and easy way to convert id3-tagged flac to flac-tagged flac?
So before i knew better, i encoded a lot of my CDs in flac and added id3 tags (they worked, so great!). I know i've seen mention of others doing this; anyone gone to the trouble to write a tag conversion tool? Shouldn't be too tough, but i'd rather not reinvent the wheel. danno -- dan pritts danno@umich.edu 734-929-9770
2008 Dec 04
3
Bad mime type reported for flac file
Hi all, It has recently come to my attention that the linux "file" utility reports some (but not all) of my flac files as having a mime type of "audio/mpeg". Obviously this is incorrect, but why is it reported as such? I've cut and paste a few commands below from my shell to illustrate what I'm seeing: black:/media/mildred/music/Tool/10,000 Days$ file -i *
2004 Jul 08
5
Restricting file types
Samba List: Is it possible to limit what filename extensions can be stored in a samba share? We use samba to allow our windows web designers to use drag and drop when deploying new pages on our website. We want to be able to limit which filename extensions can be saved to these shares. Is this possible and if not and alternatives? Bruce Embrey