Discussions
Activity
Sign In
How it works
John Chewter
Activity
Discussions
54
Comments
845
I have a very modified & extended widget system working in test.
Sorry Andy, Yes someone else had this problem this week. Copy the old files back. You can get them from the GIT or i can email them. I am NOT going to hand out any more code until after 2.5.2 Its causing to many problems and it will all need cha…
Comment by
John Chewter
June 2014
permalink
Arrrggghh! Smart blocks not so smart!
I find what krypton says to be the case. Aiirtime imports the file ok and reports the correct length, shortens the file to remove silence etc. But its new duration is not updated in the show content tables. So i have been playing with using a tri…
Comment by
John Chewter
June 2014
permalink
Arrrggghh! Smart blocks not so smart!
I am now changing the play length in the show content tableso I dont need a slug
Comment by
John Chewter
June 2014
permalink
Arrrggghh! Smart blocks not so smart!
I have code working here that will parse RSS feeds and fill in the mp3 tags from that and also will build the show from it - even repeating shows - with show title and description. All from cron jobs. When 2.5.2 comes out, I will fix it for the new …
Comment by
John Chewter
June 2014
permalink
Arrrggghh! Smart blocks not so smart!
Yes I have been doing similar for nearly a year in my RSS MP3 importer IMPORTANT NOTES Airtime only imports the tags ONCE, so the tags need to be changed BEFORE putting them in the watched folder. It can be a regular show. Doesn't need a smart…
Comment by
John Chewter
June 2014
permalink
Time format to AM/PM
Easy to change it in the widget - its just a few lines.
Comment by
John Chewter
June 2014
permalink
I have a very modified & extended widget system working in test.
Here is the code for one row odf the schedule $mybgimage = "images/backgrounds/"+$mybgimage; if (daySchedule[j].genre == "") { daySchedule[j].genre = "Other"; } // daySchedule[j].background_colordaySchedule[j].color…
Comment by
John Chewter
June 2014
permalink
I have a very modified & extended widget system working in test.
switch (daySchedule[j].genre) { case "Alt-History": // Magenta White $mybgcolor = "#ffaaff"; $myfgcolor = "#000000"; $mybgimage = "alt-history.png"; break; case …
Comment by
John Chewter
June 2014
permalink
Live Call
We use skype - works quite well mostly. With a Pro Account and a real phone number attached. Latency (delay) In the Mixxx forum is a discussion on this with suggested improvements (with penalties). For a quick improvement, if both Mixxx and Airtime…
Comment by
John Chewter
June 2014
permalink
Airtime broadcasting "silently" after Mixxx live broadcasting
Yup. It does that badly. If I say any more Altavoces will blow his weekly fuse and toys will be thrown as usual. Did he buy Airtime? Please advise as he acts like he does.
Comment by
John Chewter
June 2014
permalink
Player HTML5
:D
Comment by
John Chewter
June 2014
permalink
Player HTML5
You didnt do the fail soft course then :D
Comment by
John Chewter
June 2014
permalink
Player HTML5
One problem for that is..... I found on a few OLD test machines showed an html5 player and couldnt find any installed codec for it. Notably Opera and older Firefox. Which is why i did it the other way around.
Comment by
John Chewter
June 2014
permalink
Player HTML5
It was all about being compatable with with the greatest number of opsys and browsers including very old ones - going way back. Now if you dont like it - please don't use it. It would work on your mac if you followed the instruction. The header…
Comment by
John Chewter
June 2014
permalink
Player HTML5
It maybe. I followed the Mac whitepaper.
Comment by
John Chewter
June 2014
permalink
Player HTML5
OK. Your op/sys version supports Flash. This is confirmed - where Apple decided to ship it or not.. Therefore, it decided to try to use it and prompt you to install it. You chose not to - so it failed. Is that about it?
Comment by
John Chewter
June 2014
permalink
Player HTML5
anyway - what is it? If your opsys & device do support flash - it is working correctly and probably just needs Flash installing
Comment by
John Chewter
June 2014
permalink
Player HTML5
yes it does flash is disabled in most portable osx devices for 6 months or more now
Comment by
John Chewter
June 2014
permalink
Player HTML5
what is the actual device name eg IPAD 5
Comment by
John Chewter
June 2014
permalink
Player HTML5
Mine is a chameleon. It reads the clients user agent, op sys and much more. It will try and use flash if it is available for your device and platform - eg some Androids are quite happy to to use flash and some not. It has a fallback tree, has 3 play…
Comment by
John Chewter
June 2014
permalink
Player HTML5
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family: "Times New Roman";mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-themecolor: dark2">I dont understand all this fuss. http://www.deprogramm…
Comment by
John Chewter
June 2014
permalink
Power Users know the Calendar/Scheduler has issues. Want to help fix it?
No its not possible to get 2.5.2 yet its not yet ready and assembled, but I dont think it will be very long. For example I have some code to supply to them etc.
Comment by
John Chewter
June 2014
permalink
Power Users know the Calendar/Scheduler has issues. Want to help fix it?
You have no idea what is being done behind the scenes here to add to the 2.5.2 fixes and expansions. It is quite a lot.
Comment by
John Chewter
June 2014
permalink
Power Users know the Calendar/Scheduler has issues. Want to help fix it?
Some good news. Some of the above issues have aready been fixed and are in the forthcoming 2.5.2
Comment by
John Chewter
June 2014
permalink
Add content in playing, linked show
If its a live show - why not use mixx or similar to do the music shuffle stuff and stream it in?
Comment by
John Chewter
June 2014
permalink
Add content in playing, linked show
Not that i can see apart from cancelling the show. The list is locked while the show is playing. You could of course stream from another machine and change the play list. EG from VLC
Comment by
John Chewter
June 2014
permalink
Add content in playing, linked show
No. The current linked Show Content table in postgres is locked during playout.
Comment by
John Chewter
June 2014
permalink
Player HTML5
Other free players that can do this are available.
Comment by
John Chewter
June 2014
permalink
Power Users know the Calendar/Scheduler has issues. Want to help fix it?
Firstly let me say that Albert S has made huge strides in fixing up the system that he inherited. Thank you very very much Albert, Denise, Naomi, Daniel and the others. 2.5.1 was a great step forward. Voises please stop sneering and be civil. Jus…
Comment by
John Chewter
June 2014
permalink
Power Users know the Calendar/Scheduler has issues. Want to help fix it?
If 3rd parties upload into the watched folders.. e.g. DJs or an automatic import, the system has no idea that it has happened - or does it?
Comment by
John Chewter
June 2014
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
John Chewter
Joined
June 2013
Visits
0
Last Active
October 2018
Roles
Member
Posts
899
Friends
Following 4 people
Followed by 3 people
My Badges
Total Points: 75
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339