EVERYDAY JUNGLIST
login
username:

password:

remember me:
free signup!
search
search:

search string:


EDJ TV/Radio Status Launch

Live on EDJradio
online ( Prerecorded )

Audio Streams: 3
Video Streams: 0
Total Locked: 3
online
visitors: 11
forum talk
in: Bay B Kane...
by: chili banks
in: 2012 Irrelevant...
by: mluna
in: 2012 Irrelevant...
by: jSANE
in: 2012 Irrelevant...
by: jSANE
in: [BRRD007] ANOTHER...
by: Bell Ringer Records
stats
visits: 782,425
plays: 57,661
artists: 886
listeners: 434
our sponsors
advertise with us


Your Advertisement could be here! Contact Us today!

Community Forum  » General Discussion  » "Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!"
 / 3

kdh
01/30/10 20:38:38
posts: 9,175
junglism messiah
Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
I'm completely rewriting the entire radio interface and all the back end code. This is a ground zero rewrite.

It'll all be one common language instead of 3 fucking duct taped together.

Main Goals:

1. No more god damn count down timer. You click start show and it bam, it starts. DONE.

2. It'll be a more seemless switch from Prerecorded to Live. If the Live connection is bad the prerecorded stuff never stops. DONE.

3. Your over all Login page will be cleaned up and the preview of your mixes will be moved to a new page. IN PROGRESS.

4. There will be a public facing page that the general public can view and stream the pre-recorded shows you from guys. IN PROGRESS.

5. There will be a way to admin the stream if things go south, IE quick restart, change show title, and custom messages in the video feed. Not Started.

6. You will see the same exact logs I see so you can see what went wrong. IN PROGRESS.

7. Your login will handle multiple show times. DONE.

8. EDJ Radio Admin Page will be completely rewritten with a real user management interface. IN PROGRESS.

9. Adhoc Radio/1 off shows will be Auto approved if no other show is going on durning the time you are requesting, however.. You will be limited to 1 adhoc radio show a week. Dunno if this will be implemented.

10. You will be now beable to have a show that starts at 10pm and goes till 2am with out having unlimited air time. DONE.

This is your time to ask for features or enhancements and I will add them as I rewrite this whole fucking thing.

You'll have access to the beta in a few days/weeks.

Requests:
Save or Convert to AVI instead from Flash. Not Started.

Nightly clean up process. DONE.

Request to name the server side mp3 filename to the show title and/or update the id3 tag in the mp3 along with the date. IN PROGRESS.

Voting system by listeners to skip songs (I'm going to work with Jon on this one I believe)

Better randomization engine. DONE.

Get next song when current song starts and display to users. DONE.

Assign content to play during specific times (pre-recorded show at a certain time) IN PROGRESS.

**Change Log and Progress as to where I am at**

**UPDATE*** 3/2/2010
Code is NOT ready for public Beta Test. Continue to do things the way you are doing things.

Here is what I got done:
Your EDJ Login will now be the login you will use with the radio2.0.
Converted my bullshit cron job into a daemon that polls for "events" every 5 seconds.
Events can be: Making sure the radio is online and playing "something", Switching Between Live, Prerecorded Content and back again, new scheduler process is 40% done.

**UPDATE*** 3/3/2010
Code Not ready for Public Demo yet.. Long ways to go.
Worked on getting my development shoutcast systems up and running for testing with out messing with the live production feeds. you can hear and see progress on http://www.everydayjunglist.org:9000 most times this will be down.. nothing interesting here, just be starting and stopping stuff and getting timing down.

Now reliabily getting online/offline stats of audio input streamer.

Still debating about having all my functions/subroutines in one giant program, OR, have my subroutines call external programs. Might do a hybrid of it.

**Update 3/7/2010**

I did some of this the other night, but the bulk of this work from done from about 1am this morning till 5am while I was waiting for servers to patch and reboot at work.

Code still not ready for Public Beta.. But very soon!
Ironed out the flow of how Prerecorded to live, then back to prerecorded will work. Doesn't sound like much, but this was about 6 hours of hacking at code, process flow and testing.
When the DJ clicks the Start live show button, the show switch over process will start in about 5 Seconds now.
Rewrote parts of code for flow and quicker live show pickup times.
Live Show Title Updates done.
Added more debugging information for logs for myself and the live dj. will help both of us figure out what went wrong if the dj flubs the connection.

3/7/2010 afternoon programming session.
Not ready for Beta. Not sure what I was thinking this morning, but it must have been the 9 or so cups of coffee I drank to stay awake.
Worked on Logging and more process flow.
System works 100% audio only winamp streams.
Scheduler still needs a lot of work. =\

4/11/2010
Worked a lot on the Scheduler last night, think I got the bugs worked out.
Also worked on the Backend Daemon quite a bit to nail down timing, to minimize stream break as much as possible. Doesn't sound like but was about 6 hours of code and testing. Working the bugs out.

5/18/2010

Had an Ah-ha moment yesterday and developed a little bit of code that I tried to implement into the current version of EDJ Radio, but this bit of code will most likely go into version 2.0

If all works out well.. no more Jungle Stand up routine between switching between live and prerecorded content and then back again. I will be doing more work on this tonight.

5/24/2010

Not sure what happened, but what I was working on didn't work the next day. Not sure what the break down is.. but I'm not worried about it.
Last night I finalized switching between live and prerecorded content and back again.
Also worked on kicking users off that have gone long in thier radio show.
Added the code to enable manual live show kick and to restart the prerecorded streamer.

At its current level, I could beta test this code publicly for AUDIO only / Winamp Shout Cast connections, but I'm not ready to do that.

Tonight I will add VLC video services to the mix. Hope to have a public Beta in a few days.

5/26/2010

Got a lot done tonight. Its coming together very fast. At this speed I should have a fully working demo for the Beta in a few days.

I tweaked some of the settings from Prerecorded to Live and then Back to Prerecorded. The flow is much smoother. Mostly timing at this point.

Tonight I worked on getting video services intergrated with the new code.
The Public Facing video player, Now starts correctly and gets its audio from shoutcast.
Starting and Stopping the live DJ UDP listener has been completed.
VLC to Shoutcast Live Bridge Has been been completed.
Live DJ UDP video listener now pipes to the public feed. Video is not in sync w/ Audio but that will be fixed before we go live.

Doesn't sound like much but this was about 5 hours or programming time.

I still have a ways to go.. Still need to make it stop live video services when the dj drops offline. Need to add server recording functions, and then the requests at the start of this thread.

However main goals 1 and 2 are 100% done and full working.

5/30/2010

5/30/2010

Got a lot done tonight. Im getting a headache so I need to stop other wise this is not going to be fun for me.

There was a bug I fixed with connecting in w/ VLC. Lets say you fucked up your connection or dragged your feet in getting VLC setup AFTER you hit start show button, the server would think you connected in anyway giving you a false connect success message. This is resolved and works the way it should. You fuck up your connection, and it does not give you a false connect message anymore.

Server side recordings are enabled with this code. They start and stop correctly. The recording file names also make more sense. They now look like: kdh.video.Sun_May_23_20_31_04_2010.flv or kdh.audio.Sun_May_23_20_31_04_2010.mp3 -- if you dont understand the filename now, i will punch you in the neck. haha.

Starting/stopping the video slide show with no live audio input is working.
Starting/stopping the video slide show when no live video but a live audio input is working. You know, when they use winamp or vlc in audio only move. Slide show still gives people in the video feed something to watch.
Changed the font in the slide show. Its nicer on the eyes, might be hard to read tho.
Audio/Video is now pretty damn close to being insync in the video feed.
Have one function the does a "stopliveshow" now, which does what it says. It calls all the other little functions that go into stopping a live show and getting the prerecorded stuff restarted.

All in all I've written everything as a function.. So I dont have duplicate bits of code all over the place. I make one change and its a global change in the code.

I changed the polling time from 5 seconds to 3 seconds. This helps when detecting if a live feed is connecting or disconnecting. This also means that when the DJ clicks the start live show button.. it pretty much fucking starts. No more god damn count down timer.

In the coming days, I need to add what is currently playing in the video slide show, and enable custom messages in the slide show via the web interface. Also need to add a restart to the video slide show in prerecorded mode. If the side show drops offline, it'll auto restart w/ no live show is there. I will most likely have that finished tomorrow night.

The core of this is about 85% done. I might switch the main code over to this code this week for a public beta, but I need to work on the Web Interface Part, its still lacking a lot of bits and peices. However, working with JC, you will now use the same username and password to log into the radio that you use for the main EDJ site.

Beta code is roughly 755 lines of code, and that include comments in the code itself. I'll most likely break a 1000 lines of code when this is done.

Still a ways to go.. but happy with the progress.

05/31/2010

Didn't do a lot but got some done.

Added the function to update the main XML the EDJ side uses to update how many people are currently tuned in. You can see what I'm talking about if you look to the right of this page in the UserOnline Block. *points*. But it works now for 2.0.
Added the function to update what is currently playing in the Video Player. Converted the script from korn to 100% perl. It runs in about .01 milliseconds where the other script took about 1 minute to run. Big difference. This doesn't sound like much but this convert was ground zero rewrite and took me about 2 hours to get it the way I wanted. But its now intergrated with the 2.0 code.

Still got a lot to do.. The user interface for the DJ needs a lot of work, but will hack on that in the coming days.

06/01/2010

Started to work on the Randomizer Engine for the prerecorded content. Didn't get much into it, because of my ear infection. I hope to have this done tonight or tomorrow night. I'll most likely implement the random engine in before the full 2.0 code has been released.

6/5/2010

The main code is pretty much done and tested. Seems to work well. I either need to wait for JC to finish his front end, or mod the one you DJs are used to using.

I'd like to move this code to Public Beta this week.

However, Transcoder Randomizer Engine is not complete, but its not a show stopper either.

6/13/2010

JC and I got together earlier this week to hack out his interface and how it will interface with my code. Have a lot of notes, but have not started on it. Shouldnt take me long to get what he needs done.

Tonight I wrote part of the new prerecorded randomizer engine. It will now play everything in the playlist with out repeating stuff. Once the playlist is empty, it'll rebuild the playlist.

I need to incorporate custom playlists schedules into the engine. That should take me a day or so.

I forgot to add an ignore track from playlist but will add that in a day or so.

6/15/2010

The new MP3 randomizer engine is about 50% done. I moved it in its current state to the main site and will continue to work on user defined schedules. but that can wait for a bit. That means if you are listening to the prerecorded content it should be even more random then before and it will not regenerate itself until all the content has been played. Gotta keep my eye on it and make sure it works the way I want.

The neat thing about my engine vs letting the shoutcast transcoder to it, I can tell you all the upcoming tracks in the playlist. Might not seem like a big deal, but it will be nice thing to see in the future.


(post modified: 06/14/10 22:39:14)

PSYDiPHECTs
01/30/10 23:40:11
posts: 2,634
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Awesome is there anyway to get the severside recordings in .avi format? Or higher quality for us? Oh and im going to get my wiring harness soon im ready to get it installed, but ill let you know

PSYDiPHECTs
01/30/10 23:41:12
posts: 2,634
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
oh and much love kurt

Artificial_Invasion
01/31/10 11:48:16
posts: 2,789
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
All good stuff man, how about to help save room for u guys, only show the server recorded content for the 1st month from its original air date... might save some room on the server, no?

Duhrdy
01/31/10 14:45:55
posts: 2,294
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
sounds good, kurt. thanks for all the hard work you put in.

kdh
01/31/10 17:45:15
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Awesome is there anyway to get the severside recordings in .avi format? Or higher quality for us? Oh and im going to get my wiring harness soon im ready to get it installed, but ill let you know


Save in AVI.. Hmm.. Yea, I think I can do that.

Higher quality? No.. Sorry. What you send to the server is the quality that gets saved. Any higher and it means less people able to tune in. Sorry.

kdh
01/31/10 17:46:32
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
All good stuff man, how about to help save room for u guys, only show the server recorded content for the 1st month from its original air date... might save some room on the server, no?


The file system this stuff is living in isn't hurting for space at the moment, but it might be a good idea to have a nightly clean up process going sooner vs later. good idea.

Dj SwitchFade
02/02/10 17:21:28
posts: 986
junglism addict
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
cool keep it up Kurt.. Much appreciation on making everything more user friendly. One thing though is there anyway on getting better video without buying a new camera?

kdh
02/02/10 22:57:02
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
not with out increasing the bandwidth and i can't afford to up the bandwidth at the moment.

however, it'll support it when its rewritten.

EXP3R1M3NT
02/04/10 01:13:14
posts: 1,981
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
big ups kurt thanks for all the work going into this site cant wait to see the beta

E ROCK eric
02/13/10 19:03:13
posts: 205
everydayjunglist
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Awesome, Kurt. Thank you for all of your hard work, in writing the new code.

5oniKGlooM
02/20/10 02:03:32
posts: 207
everydayjunglist
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Ive been puttin the word out to all the d town drum and bass junkies that i know. I love how clear the radio iz. Big ups to the staff here.

kdh
03/02/10 16:23:18
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
update 3/2/2010. Please see the first post in this thread for progress.

You'll see another update tonight.


(post modified: 03/02/10 16:24:52)

kdh
03/03/10 09:56:50
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Update 3/3/2010 Please the first post in this thread for Progress.

I'll be working on it again tonight.

Tonights goals.. Allow a live show to prestage all inbound connections, with out killling the prerecored stream. Once inbound live stream is deamed 'ok' allow it to kill prerecorded stream, and break into main stream server.

Artificial_Invasion
03/03/10 14:46:34
posts: 2,789
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
nice!

Tom Sniper
03/03/10 23:42:36
posts: 131
everydayjunglist
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
i have no idea what you are talking about.

5oniKGlooM
03/04/10 03:55:48
posts: 207
everydayjunglist
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
i have no idea what you are talking about.
i have no idea what you are talking about.
i have no idea what you are talking about.


me either bro


(post modified: 05/27/10 13:31:54)

kdh
03/04/10 09:57:08
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
i have no idea what you are talking about.


We have more then a basic shoutcast server doing our audio only radio stream. I custom wrote a bunch of code to control shoutcast, intergrate it into our video stream stuff, make sure your mp3's get added to the playlist, make sure your pictures get added to the video streamer and handle switching from pre-recorded to live shows, and then back again seemlessly.

all that code is complete shit, and clunky as fuck. its like frankenstein gone wrong. its like completely fucking up a straight line.. its better then that.. its like a monkey fucking a football.

I'm rewritting it all because I hope to one day be able to sell this stuff as a service. maybe make some money off it. So it needs to be easily supportable.

this thread is for people to post feature requests as it pertains to the audio and video stream, and how our live djs use it.

hope that helps.

kdh
03/07/10 04:01:33
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Update 3/7/2010

I did some of this the other night, but the bulk of this work from done from about 1am this morning till 5am while I was waiting for servers to patch and reboot at work.

Ironed out the flow of how Prerecorded to live, then back to prerecorded will work. Doesn't sound like much, but this was about 6 hours of hacking at code, process flow and testing.
When the DJ clicks the Start live show button, the show switch over process will start in about 5 Seconds now.
Rewrote parts of code for flow and quicker live show pickup times.
Live Show Title Updates done.
Added more debugging information for logs for myself and the live dj. will help both of us figure out what went wrong if the DJ flubs the connection.

------

Next, I need to really work on the show scheduler.

Here is what I mean:
what days/time can a DJ do a live show
If the DJ can always go unlimited air time
can the DJ go unlimited from his start time or till another show kicks him off
1 off show functionality.




(post modified: 03/07/10 04:11:16)

kdh
03/07/10 18:15:10
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
3/7/2010 afternoon programming session.
Not ready for Beta. Not sure what I was thinking this morning, but it must have been the 9 or so cups of coffee I drank to stay awake.
Worked on Logging and more process flow.
System works 100% audio only winamp streams.
Scheduler still needs a lot of work. =\


OK.. today I've been working on process flow and logging out put. So you, the DJ can see what the hell is going on.

Here is an example of the logging process you now will see as you start your live show. Still some tweaking needing to be done here. But if you read each line, you'll see the flow and it'll make sense.

Sun Mar 7 19:13:29 2010 ----Scanning for events. Version 1.0----

Sun Mar 7 19:13:29 2010 Main Shoutcast Server check.

Sun Mar 7 19:13:29 2010 Main Shoutcast Server is running as pid 8321

Sun Mar 7 19:13:29 2010 Dynamic Shoutcast Server check.

Sun Mar 7 19:13:29 2010 Dynamic Shoutcast Server is running as pid 8333

Sun Mar 7 19:13:30 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:30 2010 We have a souce of audio coming into Shoutcast port 9000.

Sun Mar 7 19:13:30 2010 Is VLC Pass Through Alive check.

Sun Mar 7 19:13:30 2010 Restarting VLC Pass Through Service

Sun Mar 7 19:13:30 2010 User: kdh started a show using winamp.

Sun Mar 7 19:13:32 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:32 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:32 2010 Count 1 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:34 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:34 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:34 2010 Count 2 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:36 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:36 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:36 2010 Count 3 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:38 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:38 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:38 2010 Count 4 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:40 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:40 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:40 2010 Count 5 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:42 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:42 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:42 2010 Count 6 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:44 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:44 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:44 2010 Count 7 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:47 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:47 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:47 2010 Count 8 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:49 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:49 2010 We have NO audio source coming into Shoutcast port 9666.

Sun Mar 7 19:13:49 2010 Count 9 to see if kdh connected in 9666. Status is offline

Sun Mar 7 19:13:51 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:13:51 2010 We have a souce of audio coming into Shoutcast port 9666.

Sun Mar 7 19:13:51 2010 Count 10 to see if kdh connected in 9666. Status is online

Sun Mar 7 19:13:51 2010 User: kdh connected in successfully, passing audtio into the main stream.

Sun Mar 7 19:13:53 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:53 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:54 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:54 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:55 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:55 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:56 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:56 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:57 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:57 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:58 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:58 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:13:59 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:13:59 2010 We have NO audio source coming into Shoutcast port 9000.

Sun Mar 7 19:14:01 2010 Checking to see if we have source in Shoutcast port 9000

Sun Mar 7 19:14:01 2010 We have a souce of audio coming into Shoutcast port 9000.

Sun Mar 7 19:14:01 2010 User: kdh connected into the Main Shout Cast Server. They are live!

Sun Mar 7 19:14:01 2010 Live show in progress, checking to see if we have live source..

Sun Mar 7 19:14:04 2010 Checking to see if we have source in Shoutcast port 9666

Sun Mar 7 19:14:04 2010 We have a souce of audio coming into Shoutcast port 9666.

Sun Mar 7 19:14:04 2010 ----Scanning for events complete----



oooof.

after reading the above.. its a lot of technical information for the live dj that he or she might not need.. gotta rethink that..

anyway, those are the logs i'll be using to diagnose your connection issues.


(post modified: 03/07/10 18:24:21)

Tom Sniper
03/08/10 16:30:36
posts: 131
everydayjunglist
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
well you should introduce a live chat for the live shows. instead of waiting for people to respond via thread post. just my 2 pennies.

kdh
03/08/10 16:35:40
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
thats been a big request for about 10 months now.. we've shyed away from it because we are trying to really grow out the forum. Its not something we plan to do this second, but maybe in about a year or so. thanks for the feedback!

kdh
03/09/10 00:22:34
posts: 9,175
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
**Update 3/9/2010**

Spent a lot of time working out Show Schedules. Think I got the bulk of it done. This time I mean it.. The scheduler is about 50% done. Phew..

I spent ALOT of time converting day/month/year to EPOCH values and back. Got it working the way I want. Its easier to work with dates in Epoch values.

The new scheduler no longer is limtited to hour to the hour shows. if you wanna do a 90 minute show. i can enable that. I have also enabled it so you have more then 1 show a week, or ever 2 shows a day with out setting your access to unlimited for that day.

I have a lot more code to go.. If this keeps moving as fast as I think its going.. i should have a public beta for test maybe in a week or so.

Until then.. You'll keep using the old interface, and nothing will change for you.

Artificial_Invasion
03/09/10 16:11:47
posts: 2,789
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Damn, thanks for ur hard work. Also, I'm going in early on Fri before 5pm if that's cool....

PSYDiPHECTs
03/29/10 15:48:01
posts: 2,634
junglism messiah
Re: Atten EDJ Radio / TV DJs... Request for feedback, features and enhancements!
Request to name the server side mp3 filename to the show title and/or update the id3 tag in the mp3 along with the date
 / 3

! You must be logged in to post a forum entry!   click here to log in