Forum Activity for @michael

michael
@michael
11/19/13 02:47:25AM
7,832 posts

ffmpeg screencast settings to get good audio?


Jamroom Developers

I'm finding my audio is starting to pop and crackle when recording with ffmpeg.

ffmpeg -f alsa -i pulse -f x11grab -show_region 1 -s hd720 -i :0.0+342,1284 -vcodec libx264  ./out.mp4

eg: listen here about the 3:40 mark
The ACP (Admin Control Panel) in JR5

Wondering if anyone knows how I can get that cleaner.

Thanks.
updated by @michael: 12/20/13 09:02:31PM
michael
@michael
11/19/13 02:09:55AM
7,832 posts

Comma Separated tags for the Tags Module.


Suggestions

your right, its not in the language files, so for now you can update it here:
YOUR-SITE.com/tags/template_modify/template=tag_form.tpl

line 16
michael
@michael
11/19/13 01:46:23AM
7,832 posts

Comma Separated tags for the Tags Module.


Suggestions

Why would it take any longer?

first tag (enter)
second tag (enter)
third tag (enter)
fourth tag (enter)
michael
@michael
11/18/13 10:59:45PM
7,832 posts

I made a newspaper "the jamroom daily"


Jamroom Developers

"The Jamroom Daily"
http://paper.li/jamroomdev/1384843039

Seams like it compiles news stories from my twitter feed and presents them as a newspaper page.

Interesting idea.
updated by @michael: 12/20/13 09:32:44PM
michael
@michael
11/18/13 09:10:11PM
7,832 posts

Adding a second Column in charts and song pages


Design and Skin Customization

The template to edit is song_chart.tpl

yoursite.com/core/template_modify/skin=jrNova/template=song_chart.tpl

thats the link for the template editor, or you could download/upload via ftp at:
/skins/jrNova/song_chart.tpl

as for what to edit, it would take a bit of fiddling with it to get it looking right, so I don't have the exact steps.

I think the way I would do it would be to to make 2 cols, then have the second one use the existing page, +1 on the page number.

so if you have:
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrNova" template="song_chart_row.tpl" pagebreak=$_conf.jrNova_default_pagebreak page=$_post.p}

for the list of songs, then the list in the second column would be
{$second_page = $_post.p + 1}
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrNova" template="song_chart_row.tpl" pagebreak=$_conf.jrNova_default_pagebreak page=$second_page}

so you get 1~10 down the left, then 11~20 down the right.
michael
@michael
11/18/13 07:10:43PM
7,832 posts

Developer Prefix?


Installation and Configuration

If you want to develop something for the marketplace, choose a prefix and put that before your module.

jr = the jamroom network
n8 = nate flash
uj = ultrajam, (stevex)
....

so pick one you want to use thats not in use.

That developer prefix section in the jrDeveloper module needs to correspond to your developer prefix on an account on jamroom.net in the developers quota.

That will allow you to export any modules you developed from your development system and have them ready packaged to go into the marketplace system.

during development, just pick what you want to use. once its ready (not sure on the exact steps) let us know and we can get the developer account sorted out for you.
michael
@michael
11/18/13 05:33:12PM
7,832 posts

Where do I go to change the main admin email?


Installation and Configuration

Another plan is to get some tutorials up to show how to convert a template you get from one of the template selling sites over to a jamroom skin. So then you could search for any you wanted and convert it.
michael
@michael
11/18/13 05:25:50PM
7,832 posts

SEO Check list


Resources

Good checklist. I like keywordspy.com as a tool too for keyword research. See who are our competitors, then see what they are optimizing for.
michael
@michael
11/18/13 04:59:30PM
7,832 posts

Best Code Editor


Off Topic

Here's a video on setting up phpstorm for jamroom development:
Setting up PHPStorm for Jamroom Development

They do have an "Open Source Project License" which is free:
http://www.jetbrains.com/phpstorm/buy/index.jsp

Not sure if anybody has inquired further.
  766