Topic profile page for Artist name.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Artist name.
Topic "Artist name" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 18 hours ago (2009-12-10 14:32:00)
by ElieAlAlam
Hi, I am trying to integrate the VLC (currently using 1.0.3 build) into a Visual Studio 2008 .NET WinForm app. Is there any way to get the track name, Album name and Artist name of an audio or video file while playing it. Thanks
Started 6 days, 16 hours ago (2009-12-05 16:27:00)
by 916bulldogs123
I can't quite make out her last name. I have googled , but not know ing the spelling makes it hard. I know it was done around 1977. and thats all i know. Mikey
Started 1 week, 2 days ago (2009-12-02 10:35:00)
by cilscollectibles4u
Hello, I would love to list this Salviati Art Glass Bowl, but I'm wondering if I need to list a specific Artist's name, if so, any suggestions on how to go about doing it? The bowl stands about 5" tall 10 1/2" w by 8" L. the rim of the bowl is about 1/2" thick. It weighs over 6 lbs.Any help would be greatly appreciated, Thanks Cil
Started 1 week, 3 days ago (2009-12-01 23:19:00)
by icerose92
My computer was recently infected with a virus and it ruined my computer before I caught it. I had to have my computer completely wiped clean. When it was wiped clean, a newer version of Windows Media Player was put on, and now, instead of displaying the name of the song and the name of the artist in two columns in Now Playing like my old one, it only displays one column with the name of the ...
Started 1 week, 4 days ago (2009-12-01 00:00:00)
by Lisa DesGroseilliers
There's a rock version of Salt and Pepper's "Push It". I heard it on the radio last night but they never said who it was. Its great! If you could, could you please find out who it is that performs this song? Thank you very much for your time. Have a great day! Answer Hello Amber! There are many versions of this song that have been made. One is by the cast of the hit TV show Glee. The ...
Started 1 week, 5 days ago (2009-11-29 19:34:00)
by luv the ocean
The artist's name is ON/OFF however it keeps renaming it to ON; OFF so when I put the songs into a playlist all I see for the artist is ON.... which gets very very condusing considering that I have a different artist called ON in my collection -_- I have also tried just getting the software to ...
Started 2 weeks, 1 day ago (2009-11-26 14:15:00)
by smindsrt
WTS - Country Music Fan Website (1st page in Google for artist name) Website: http://www.jasonmichaelcarrollmusic.com/ I created this website a few years ago. I don't have time for it and want to sell it. Start: $50.00 BIN: $150.00 Consider no revenue... although there is some from Amazon and Adsense. *This website ranks on the first page in Google for the artist ...
Started 5 days, 9 hours ago (2009-12-06 23:09:00)
by marni999
916, I certainly didn't mean to downplay her work. I was only pointing out that I couldn't find any sales. Here are her works that can be accessed at the Library of Congress: Link She also exhibited at the Carnegie Institute/International and the National Academy of Design. m
Started 3 days, 12 hours ago (2009-12-08 20:28:00)
by ron_j_m2002
OK.. Figured this out. Changed my select statement in the combo box to Code: SELECT artist_id as filter, artist_name FROM tblArtists UNION SELECT "*" As Filter ," All" As artist_name FROM tblArtists ORDER BY artist_name; I had tried this before but it didnt work. What I did was add Like to my text box select criteria Code: SELECT tblTracks.title, tblTracks....
Started 1 week ago (2009-12-05 06:07:00)
by dallas
Bob Bernd. Right now Im in to a counrty artist name Chris Young his new album is called...gettin you home. Check him out on youtube. And another artist that you wont hear at all on todays country music stations is.....Jeff Bates look him up on youtube no pop in him just pure country.
Started 6 days, 18 hours ago (2009-12-05 13:55:00)
by Jcscoob
Hi i have been looking at some exif data, and noticed that on some of them it has the artist name and owner of copyright, for example .... Date and Time (Modified): 2009:11:18 17:25:45 -->Artist: Photographer: Joe Bloggs Copyright: Copyright: Joe Bloggs
Started 1 week ago (2009-12-04 10:56:00)
by BiggEZ
I have a question I hope someone in Monk Nation can help me with. During the previews of the Monk series finale, a song is played with the lyrics, "Maybe it's time.......". Can someone let me know what the name of that song is and the name of the artist so that if possible, I can download it from iTunes? Thanks so much Monk Nation, and thank you, Monk for 8 years of "Here's What ...
Started 19 hours, 51 minutes ago (2009-12-11 12:45:00)
by Robert
Is it possible to use the API to search by Artist AND Track name, in order to find a specific track? Or do I need to make two calls, one by Artist to get the artist_id, then one by track and loop through all the tracks checking if the artist_id matches the one found? Basically I have Artist + Song name already, and I want to search with both of those to return a result....