|
Project Origin:
Web Integrators Ltd contracted me to develop an MP3 browser that would utilise Windows Media Services for
audio delivery. Another requirement was the ability for the the users to comment on each track and give a rating. The ratings are averaged and shown on the file browser page.
This project was ultimatly for the Crowley Foyer Radio Project so the tracks produced at the new recording facility can be shown on their Intranet.
Duration:
1 Week
Key Technologies:
- C#.NET
- .NET 2.0
- SQL Server 2005
Features:
I tried to create an application that would not require an administrator to have to use a custom tool, this project had just the right
attributes to be perfect.
MP3 ID3 tag information can be changed through Windows Explorer, the application mirrors the directory structure
straight off the server so the MP3 files can be moved around and the application will update itself and even perserve the comments and ratings by
using an XML file that goes with the MP3.
The XML file has all the comments too, so comments can be deleted through Windows Explorer. This allows the
administrator to administrate the entire application via Windows Explorer and not have to keep two windows in sync with each other.
The web application uses SQL Server 2005 and only the sync service uses the XML files during an import that runs on a schedule.
Noteworthly:
- Supports ID3 tag information (The artist, album, duration info from the Mp3 file)
- Each MP3 has an associated XML document that contains a copy of the MP3's ID3 tag information and the comments left by users.
- This file can be moved with the MP3 to a new location and the application will
load the comments and meta-data back to the database
- It can act as an overide allowing comments to be deleted and any offensive material in the ID3 tag to be removed.
Media Browser
Media Rating & Comments
|