Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: A-Z Playlist

  1. #1
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A-Z Playlist

    Hi, I've used your scripts for years & never knew this forum was here! lol
    thanks for all the wonderful scripts you have! I am a dj on an online radio, & we do not like the sam2 playlist request layout (that & we cant suss the damn thing) and were wondering if there are any simple a-z scripts for mp3 music, so we can show alphabetically the djs playlists, I've found one & uploaded it to my site, (freeugraphics.co.uk/playlist/index.html) its similar to what we are looking for, but we wanted the A B C D E F etc etc, please can anyone help us? And if you know of a script that allows people to request a song by clicking on it we would be eternally grateful as we have looked for months for one of those!!
    Hoping you can help michellexx

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    (freeugraphics.co.uk/playlist/index.html)
    page doesnt exist.
    both with or without the preceeding www.

    1) does your site have any structure right now?
    2) how are the songs accessed by dj's ?

    There could be a script made to be integrated into your current network that will pull the song details from the server/database... then your sorting / request form could be made up accordingly.

    without really knowing more about how the network is structured for the dj's it would basically be writing the script from scratch and thus not using any of the existing structure that your radio station uses... that is unless its an online based radio station in which case each "dj" plays songs from his/her own computer which adds another layer of complexity.

  3. #3
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh poo tut, sorry I forgot the 4 its.. free4ugraphics.co.uk/playlist/index.html, yes each dj plays songs from our own music database, all we need is a page that shows our individual playlists (like winamp) but in a to z format, not just a single list. I have seen some but they wont give me the codes to make our own TUT. The request form we use at the moment is.. netcaferadiolive.co.uk/request.html
    And our playlists are winamp generated ones. Hope this helps you so you can help me! thanks for the reply!! michellex

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    "codes" don't just exist. They are made up of simple functions working together in sequential order to achieve a goal.

    In order to interact with your system or accomplish much of anything, we'd need more info, like how the data is stored and how that could be accessed and what language you are using.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by djr33 View Post
    "codes" don't just exist. They are made up of simple functions working together in sequential order to achieve a goal.

    In order to interact with your system or accomplish much of anything, we'd need more info, like how the data is stored and how that could be accessed and what language you are using.
    she is part of an internet radio system. each DJ is using music off his/her own computer and broadcasting it for others to listen to.

    no offense Michelle but I am quite certain that a majority of the music being played was probably downloaded illegally, however we aren't the piracy police.

    but like i said in my previous post having the music be on someone's individual computer adds an extra layer of complexity. regardless... there is still a way that this can be accomplished, however you would need to have access to some type of server-side programming language and a database. by doing so you can create a login script where each DJ can login upload the list of their songs, and some information about each of those songs (title, album, duration, label etc...)

    from there a script can be wrote to sort the list accordingly and a request form can be integrated into the whole system...


    now on that note, it would really just be easier if you combined all of the songs onto one single machine and use that machine as the radio station server, which by all intensive purposes is much more of a radio station then just sharing songs, which brings me full circle back around to licenses and piracy to broadcast the songs.

    Now I probably lost you in there Michelle, but really there is no "simple" script since you have to work a complex network between all of the DJ's and thus basically creating an actual radio station.

    if that is something you / the other DJ's are thinking about I would suggest hiring a professional to build the template to your specifications.

  6. #6
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, sorry I dont think I have explained right, I have used loads of your dhtml codes, where you just put a code in & voila, we dont want a big script thing that takes you hours to do, we were hoping you hopefully had a small script I couldnt find online to generate an a-z playlist from music files on your hard drive. If I am asking for something impossible or something that is going to need our database info etc then I think I havent explained what i mean lol.
    Sorry I am a bit thick with scripts etc, but i do a mean spag bol!
    michellex
    P.S its english language we use.

  7. #7
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hya boogyman, thanks for your help! & I can assure you we do not do any piracy, we use sam2 broadcaster & all the songs are legite & go through that.
    Yes I think you are right, we are going to have to pay someone to do this for us fikkos lol. Sorry to have made a simple thing seem hard, I know what I meant! lol
    Again ty for the replies!, have to go now on radio lol. michellexx

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The idea is that it will need to be integrated with the system. Using sam2 broadcaster is the key, then, perhaps. I wouldn't really know.

    Using Javascript or PHP to sort a list alphabetically isn't hard to do. But you would first need to setup the code to have those items listed in the first place.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by meesh View Post
    I have used loads of your dhtml codes, where you just put a code in & voila
    if only it was that easy this time.
    I couldnt find online to generate an a-z playlist from music files on your hard drive.
    Javascript doesn't have access to modify file located on your computer inheritly, ...that is a misconception among the non-programming world.

    A couple of years ago my professor said it is possible through javascript to access a computer but i didnt ask how and i dont want to know.
    Javascript is an interpretted language that the user can see, and thus its VERY UNSECURE.
    neither he nor I recommend this because it open a whole slot of exploitations and ports, which would allow a user with malicious intentions alot easier access to your, specific DJ, computer as a result of the user being able to freely see the code.

  10. #10
    Join Date
    Oct 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for all your help guys michellex

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •