Discussions
Activity
Sign In
How it works
Wade Eilrich
Activity
Discussions
13
Comments
85
Airtime 2.1 Beta5
I didn't do much more testing on that because when the import finished I switched the stream back and it ran. I think I might have encountered a race condition in which the radio was still receiving packets from the secondary server while I tri…
Comment by
Wade Eilrich
April 2012
permalink
Bug Reports: Airtime 2.1.0 Beta 5
I think you could fit the initial column size to the title text. You already allow horizontal scrolling and that will handle wider columns gracefully. I think it would be a good idea to allow the user to drag the right border of a column to resize i…
Comment by
Wade Eilrich
April 2012
permalink
Airtime 2.1 Beta5
Just to see what would happen, I decided to try to enable the stream while Airtime was importing the media. I knew this would have problems because the default action in ls_script.liq (which I modified) was to play a randomized selection of songs fr…
Comment by
Wade Eilrich
April 2012
permalink
Airtime 2.1 Beta5
This time I decided to upgrade from beta 4 to beta 5 (rather than uninstalling and installing anew). I looked up the instructions on the sourcefabric wiki. Following the instructions, I backed up my postgres database, installed dependencies, downloa…
Comment by
Wade Eilrich
April 2012
permalink
Bug Reports: Airtime 2.1.0 Beta 4
Thanks, Martin (and team) - I look forward to beta 5 and future releases :-)
Comment by
Wade Eilrich
April 2012
permalink
Airtime 2.1 Beta4
Here's what the FAQ says: How do I uninstall Airtime?To uninstall just type this:cd ~/airtime/install-minimal sudo ./airtime-uninstallNote the mis-spelling: install-minimal - it uses a dash instead of an underscore. When that is corrected, the …
Comment by
Wade Eilrich
April 2012
permalink
Airtime Playlist Creation
Here you go, Matthew: Airtime 2.1 beta 4
Comment by
Wade Eilrich
April 2012
permalink
airtime-import --watch-add ERROR: "is not a valid directory"
It shouldn't matter, but I see (from your response above) that the group is still soundfm. Did you try changing the group to www-data also?
Comment by
Wade Eilrich
April 2012
permalink
airtime-import --watch-add ERROR: "is not a valid directory"
I had a similar problem with 2.0.1, Peter. To get it to work, I had to change the owner and group of the directory to www-data and then restart the media monitor service (sudo service airtime-media-monitor restart).
Comment by
Wade Eilrich
April 2012
permalink
Airtime 2.1 Beta4
The import of existing media works correctly with one small problem. I see the media-monitor grabbing files in the Playlist Builder because it shows me progress above the search box. The progress comes on for a minute, turns off, then back on again …
Comment by
Wade Eilrich
April 2012
permalink
Airtime 2.1 Beta4
I decided to uninstall 2.1.0 beta 3 before installing 2.1.0 beta 4. I found the instructions in the FAQ to be incorrect (from https://wiki.sourcefabric.org/display/CC/FAQ+and+Support#FAQandSupport-HowdoIuninstallAirtime%3F). I searched for the unin…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
Hi Martin - sorry about my rambling. I do tend to cover a lot of ground in a stream-of-consciousness flow, but that's the way my mind works :) I didn't look at the media-monitor log because I had enough information from the errors being re…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
Solved! I created the /organize directory in the correct place in the media folder hierarchy using mkdir from the Terminal and drag and drop through Add Media now works! Suggestion: add a check before calling rename() in copyFileToStor() to see if t…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
I've narrowed down the problem in Add Media. First, I looked in PluploadController.php to research the sequence of events that happen when a file is queued for upload. I found that the file is not copied directly to the media folder. Instead, i…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
More Info On a whim, I restarted the media monitor (sudo service airtime-media monitor restart) and the Playlist Builder, after a few seconds, began to display progress again. I switched over to Add Media - it still won't accept any files - and…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
Just to see what happened, I changed my media import folder back to the default value of /srv/airtime/stor/I then clicked on the Playlist Builder and, to my surprise, found 15 entries even though there is nothing in this directory! I double-checked …
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
I reformatted the drive as NTFS solved (some) of the permissions issues by changing /etc/fstab to use uid=www-data,gid=www-data, but I still cannot upload files by dragging and dropping them into Add Media. I get the error "The file was not upl…
Comment by
Wade Eilrich
April 2012
permalink
2.1 beta 3 import/watch
I think I found out what the main problem is: I formatted the drive as FAT32 so I could share it (samba) with remote computers running Windows. This is a big problem because FAT32 does not support permissions. I reviewed my options and decided to re…
Comment by
Wade Eilrich
April 2012
permalink
Register flow?
Does Liquidsoap log an error? Is icecast streaming your playlist from the output.icecast() function? The reason I ask is that I tried to connect to your radio at http://my.stream.net:8000/mystream.mp3 using WinAmp and could not connect. I know from …
Comment by
Wade Eilrich
March 2012
permalink
Register flow?
I have had problems with icecast2 because it requires a mount point and shoutcast does not. I'm not using icecast2 at the moment (but I likely will switch to it when I opt for a hosted radio), but it is easy enough to set up on a localhost. Fo…
Comment by
Wade Eilrich
March 2012
permalink
Register flow?
Got it - right after the call to map_metadata() and it works perfectly. Thanks for the help.
Comment by
Wade Eilrich
March 2012
permalink
Airtime to listen2myradio
I found the setting for the default playback (a kind of low volume background hiss) when no show is scheduled in ls_script.liq in the two lines starting with 'default = '. Using a suggestion I found in an old forum post here, I modified th…
Comment by
Wade Eilrich
March 2012
permalink
Airtime to listen2myradio
I had to wait a few minutes for the radio to stop broadcasting, but once it did I was able to connect to it using Airtime! I'm putting together my shows now and broadcasting random selections when no shows are scheduled. Next I will look at doi…
Comment by
Wade Eilrich
March 2012
permalink
Airtime to listen2myradio
There is one connected now because I don't want to take the radio down until I have Airtime running correctly. I stopped the liquidsoap stream before I tested Airtime. I'll try turning the radio off and then back on from its control panel …
Comment by
Wade Eilrich
March 2012
permalink
Airtime to listen2myradio
Thanks, Martin! Everything looks reasonable except for the s1_mount = "airtime_128". I think that should either be blank or "/". The file header says that it is auto-generated and should not be modified. Do you know where I can c…
Comment by
Wade Eilrich
March 2012
permalink
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
Follow Wade Eilrich
About
Username
Wade Eilrich
Joined
March 2012
Visits
0
Last Active
July 2014
Roles
Member
Posts
98
Friends
Followed by 1 person
My Badges
Total Points: 70
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