[C#/WPF] Project OMS (Online Music Streamer)

Status
Not open for further replies.
Kaspersky or NOD32. Those are the only 2 i would ever use on a system with valuable information on it.

EDIT: sorry hyp - back on topic please.
 
looks really nice Hyperz, here's my 2 cents on improvements:

  • Right Click menu (Add to library, Save-As)
  • Settings
    • Default Player
    • Default Save Directory
  • Standalone exe

Either way its a nice little idea and looks cool...

P.S. source xD
 
looks really nice Hyperz, here's my 2 cents on improvements:

  • Right Click menu (Add to library, Save-As)
  • Settings
    • Default Player
    • Default Save Directory
  • Standalone exe

Either way its a nice little idea and looks cool...

P.S. source xD

People don't read anymore :(. I'll repeat: this is a test app. I won't improve on a test/demo app.

Standalone exe isn't a good idea just like putting a whole site into one php file isn't a good idea.
 
Source code of the posted test app:
http://www.megaupload.com/?d=T1LH6UU8

It:
- Shows how to work with classes
- Shows how to work with XAML and Data Binding
- Shows how to implement and use custom events
- Shows how to extract data from HTML
- Enumerations
- Web requests
- LINQ
- Etc

The code is really simple. I mainly decided to post the source of this prototype to help pankaj with his problem. Do whatever you want with it but give credit where credit is due (don't change 2 lines, recompile, and claim it as yours).
 
Thank you Hyperz. I'll not copy whole program of yours, I'll use only required parts and continue developing my program as my main intention of developing my project was to learn coding.

I'll give you the credit and all others like Jayfella who helped me.

EDIT : You said you posted to help me out. So, I would suggest you to remove the link else you will see lots of this type project within a week. I saw your project is in a much organized way but I am new to coding, I'll improve too.
I'll in between continue in my way of searching from Google because I simply don't want to copy your way. I am interested in learning something myself.

I can't execute your code by F5 , I guess because your version is different from mine. I am using Visual C# 2008, only that not the whole Visual Studio.

By the way, after I get a mp3 URL, how to display all the URL's I extracted so that users can click it to play.

Thanks for your cooperation with my project.
 
EDIT : You said you posted to help me out. So, I would suggest you to remove the link else you will see lots of this type project within a week.

That's a bit selfish don't you think? The code is there for everyone, not just you.

I can't execute your code by F5 , I guess because your version is different from mine. I am using Visual C# 2008, only that not the whole Visual Studio.

This is a Visual Studio 2010 project. It won't work with Visual C# 2008.

By the way, after I get a mp3 URL, how to display all the URL's I extracted so that users can click it to play.

Thanks for your cooperation with my project.

That has nothing to do with this thread. And this is something you can easily solve yourself. Helping is one thing but don't expect me to help you write most of your program. Learn trough experimenting and using Google (and as I said before: you really need to read a book front to back).
 
Thanks Hyperz. I'll be sure to look at this. My lecturer just hands out notes, that's all. So this definitely helps!

/Sorry for going off-topic!
 
Hyperz, you have already shared the source to help the most you can.

One last question for you, when I was going to start this I had asked you and you said you used only C# though Jay said Visual Studio is required.

Do you think its possible to complete my program in only and only C#?
 
I rly love this, but here are a few improvements / suggestions for you :

- Add the ability to save the file.
- Add Ability to shuffle through songs.
- Add Ability to play the next song on the list.
- Maybe adding a pre saved playlist where we can play songs we added to it?

Overall nice work hyperz.
 
:(

Well since people just keep throwing suggestions I'll just go ahead and implement a few of them into the current app till I find time/will to start on the real thing. I'm not gonna add everything though since I'll have to redo it anyways.
 
OOH you should also add a button that when you click it it will open up wjunction and you can browse it :w00t: nah lol jking. good job tho. Post it up on googlecode
 
Long time ago i was also thinking about doing that,but i didn't had (and still) the ability to code in C#..
Btw this thing requires .NET framework 4 :O
 
Flexing my non existing GUI designing skills:

[slide]http://www.uploadgeek.com/image-448A_4C350FE1.jpg[/slide]

I'm planning to redo all controls to give it more a unique GUI.
 
Private server as in my server? If so: nope. These are MP3's that have been indexed by search engines and that are directly accessible. That's also why not all search results will work (they have been deleted since the last index or whatever) You'd be surprised how money people place copyrighted music on their public webspace.
 
Status
Not open for further replies.
Back
Top