search for: song

Displaying 20 results from an estimated 2614 matches for "song".

Did you mean: long
2007 Nov 06
1
IO window: disabled
Hello We are seeing the following lines in our /var/log/kern file. and I am wondering why IO window is disabled for those pci bridges and if it is necessary to enable them. Nov 1 15:19:18 Song kernel: IO window: disabled. Nov 1 15:19:18 Song kernel: MEM window: f4000000-f7ffffff Nov 1 15:19:18 Song kernel: PREFETCH window: disabled. Nov 1 15:19:18 Song kernel: PCI: Bridge: 0000:07:00.0 Nov 1 15:19:18 Song kernel: IO window: disabled. Nov 1 15:19:18 Song kernel: MEM window: f4000000-...
2008 Jan 10
4
Mocking and stubbing Rails'' association extensions
I''m having a lot of trouble stubbing out an association extension for some view tests. Example rails code modeling a music album: class Album < ActiveRecord::Base has_many :songs do def streamable find(:all, :conditions => ''streamable = 1'') end end end So for a given Album instance (say @album), I need to be able to stub both @album.songs and @album.songs.streamable in the same before block. Is there a way for a stub to return o...
2006 Feb 08
2
trouble inserting rows
...a newbie to ruby & rails -> apologies in advance for the length of this post &/or anything particularly lame about it ;) i''m trying to grab form POST data that''s packaged in a hash of hashes... <!-- isactive --> <input type=hidden id="song[<%= file[ :seq ] %>][isactive]" name="song[<%= file[ :seq ] %>][isactive]" value="1"> </input> ( ... several more similar inputs ... ) <!-- time (sec) --> <input type=text id="song[<%...
2011 Mar 19
5
Routing issue
Hi! I have 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 re...
2006 Apr 08
1
help : uninitialized constant Song
Hi, I''m facing the following issue. I have a class A in that i tried instantiating another class B. but got uninitialized constant B error..Any idea how to over come this. Here is my code. -------------------- class SongList #initialize the array def initialize @songs=Array.new end def aSong(aSong) @songs.push(aSong) self end def deleteFirst @songs.shift end def deleteLast @songs.pop end end list =SongList.new list. append(Song.new(''...
2006 Jun 01
0
Possible RJS Implementation?
...th lists when an item is selected. It''s the dynamically adding a new div id on the other list that''s giving me some issues. Here''s what I currently have for the remove and add to list: The items that are available: ---------------------------- <div id="elgibile_songs_holder"> <% for song in @elgibile_songs %> <div class="elgibile_song" id="elgibile_id_of_<%= song.id %>"> <div class="elgibile_title"><%= song.title %></div> <div class="elgibile_...
2004 Aug 06
3
only one song plays
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When I set up my icecast server along with ices I can only get one ogg file to play over the stream. If I connect to the stream one song will play fine with no problems, but when it goes to play the second song it never plays I physically have to reconnect to the server to listen to the next song. My status page tells me that there is a song loaded and playing but the only way to hear it is to reconnect to the server. Does anyone k...
2004 Aug 06
0
Keepalive/last 10 songs list
Thanks to Robin and William for their keepalive scripting fu. Icecast/IceS are very crashy, and this script has worked pretty flawlessly for me. I also added some stuff to build a list of the last ten songs played. I'm using the version of the script that checks in the stats.log file for the source every two minutes. While it's doing that, it also figures out the currently playing song, and adds it to a list of the last ten songs played, a text file called 'songs.log.' I use PHP to...
2004 Sep 10
3
xmms-plugin problem
hello! I use flac 1.0.2 with xmms 1.2.5 . The problem appears when I use the scroll bar to listen a few second forward in the song ("seek to ..."). Then xmms does'nt react and stops playing music for a few seconds. After these few second xmms works fine again and plays the song. The length of these pause is longer when I want to listen near the end of the song; its shorter when I want to listen near the begin...
2006 May 04
4
form post not working
...nd view render exactly what I want. When I use the above code with ":id => artist.id" I get this error: undefined local variable or method `artist'' This is really frustrating, I am simply trying to pass the id of an artist which is selected by the user, such as to list all songs by this artist. How can I successfully pass this artist.id? Thanks, A -- Posted via http://www.ruby-forum.com/.
2004 Sep 10
1
xmms-plugin problem
ok, I tried a few songs and it seems to me, that the seek problem appears only with some songs. Also I have songs where is no problem. Josh, should I mail you a problematic song? Jan On Tuesday, 15. January 2002 15:38, you wrote: > --- Jan Suhr <jan.suhr@freenet.de> wrote: > > hello! > > I use fla...
2017 Mar 03
2
Icecast status-json.xsl improvements
...ate":"2017-03-03T10:57:20Z", "server_name":"Testing Stuff", "server_description":"Blah blah blah", "history": [ {"date":"2017-03-03T10:52:10Z","artist":"Some artist","title":"Some song (this is the current one)"}, {"date":"2017-03-03T10:48:10Z","artist":"Some other artist 2","title":"Some Song 2"}, {"date":"2017-03-03T10:44:10Z","artist":"Artist 3","title":"Song...
2004 Aug 06
2
song boundaries
On Tuesday 25 February 2003 10:31, Deva Seetharam wrote: > hello all, > > in icecast2, how can i determine when one *MP3* song ends and the next one > starts? > > i am involved in user preferences research and i am writing a statistics > collecting software the tracks the songs that are being played, the number > of people listening to particular songs, genre etc. > > i need to know how to hook into ic...
2020 May 11
3
Mystery Song Artist Shows in Listener Stats
For a very long time--years in fact--I have had a problem with one of the replays on the server I manage. For this one replay only, which is a program of two hours duration, the bottom of the statistics table for the stream says the current song is xxx/the-show-name, and the 'xxx' in question bears no relation to the current song. In fact, there *is* no currents song--the file that's playing has no other metadata in it except the name of the program in the MP3 title field, and the name of the presenter in the MP3 artist fie...
2004 Aug 06
2
Displaying song titles
OK, I'm a clueless newbie...I'm using icecast on a colocated server as a mirror to my shoutcast server. Everything works ok, but the only info shown in winamp is the stream title (station ID) when connecting to the mirror. The shoutcast server displays song info as it should, but the mirror is not parsing it. How do I set things up to display currently playing song and artist and length of song on the mirror? -fishee <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscri...
2004 Aug 06
1
song delimiters
hello, mp3src ==> icecast ==> clients * as shown above, when rebroadcasting streams from mp3 source, how can i write code on the server to locate song boundaries? i would like to keep track of songs that are broadcasted, number of people listening to it etc. thanks, deva <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message t...
2011 Apr 21
0
automatic font selection, please help
Hi there, With the helps from this list, I can set specific CJK fonts for character string using text() function. for example: song <- CIDFont("SimSun", "GBK-EUC-H", "GBK", "") postscriptFonts(song = song) postscript("test.ps", height = 7, width =7, family = "Times", fonts = c("song"), horizontal = FALSE, onefile = FALSE, paper = "special") p...
2005 Sep 16
0
Max value for table having 2 joins
Hello there, I''m stuck! I''m trying to write a mini app to track versions of songs that have been sent out to members. I have the following tables/models: songs/song has_many :releases versions/version has_and_belongs_to_many :members belongs_to :songs members/member has_and_belongs_to_many :versions songs ===== Song1 Song2 Song3 members ======= John Paul George Ringo T...
2017 Mar 03
0
Icecast status-json.xsl improvements
...7:20Z", > "server_name":"Testing Stuff", > "server_description":"Blah blah blah", > "history": > [ > {"date":"2017-03-03T10:52:10Z","artist":"Some artist","title":"Some > song (this is the current one)"}, > {"date":"2017-03-03T10:48:10Z","artist":"Some other artist > 2","title":"Some Song 2"}, > {"date":"2017-03-03T10:44:10Z","artist":"Artist 3","title&...
2010 Mar 13
1
Specify Includes Only
...-filter, etc. I want to copy only specific directories that contain specific filetypes, from sourcedir to destdir. For example, I want to copy all .mp3 and all .ogg files found in the GroupA, GroupC directories under /home/paul/sourcedir/. For example, if I have /home/paul/sourcedir/GroupA/Album1/song.mp3 /home/paul/sourcedir/GroupA/Album1/cover.jpg /home/paul/sourcedir/GroupA/Album2/song.ogg /home/paul/sourcedir/GroupA/Album2/cover.jpg /home/paul/sourcedir/GroupB/Album1/song.mp3 /home/paul/sourcedir/GroupC/Album1/song.mp3 /home/paul/sourcedir/GroupC/Album1/song2.mp3 then I want to end up with...