Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Announcements:
YouTube Seamless Module V1.1.2 Released
bmupton
Beta Team


Joined: 26 Jan 2007
Posts: 530
Location: Saskatoon, SK, Canada

Posted: 10/15/10 10:45 
All that changed was sample templates...the scripts have not.

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 10/18/10 12:46 

iLoveHouseMusic:
I'm finally onboard with this one too. I like it!

Going to be integrating with PJ2.

How about an option to set the search results #? 5, 10, 25, 50?

Maybe just a # field in admin settings OR a pull down at the search form?

Not a big deal i suppose.


I've added this into the module as a form select, along with a 'page number' select form. It will be in the next release in a few days, but check out the demo site at http://paulasher.com/paYTSeamlessSupport to see what you think.
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
whodaniel



Joined: 26 Jun 2006
Posts: 627

Posted: 10/18/10 16:06 
Nice!

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 10/24/10 04:46 
V1.0.5 Released
Page number and size select options added to the YouTube search function.
Download this latest version from the Marketplace.
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 10/26/10 18:51 
I'm wondering - How do you integrate it into the Projam2 Theme profile pages?

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 10/27/10 00:59 
I haven't got the ProJam2 templates so I can't say specifically, but its likely straightforward and similar to other themes. Basically, where the video image and player are referenced, wrap the code as follows -

{if $VIDEO_YOUTUBE_ID != '' && strlen($VIDEO_YOUTUBE_ID) == 11}
MODIFIED ORIGINAL CODE
{else}
ORIGINAL CODE
{/if}

If the original code is the video image change the <img src="....."> for <img src="{$paYTSeamless_image_url}{$VIDEO_YOUTUBE_ID}/0.jpg">

If the original code is a player, change it to -


{paYTSeamless_Add_Stream_Count video_id=$video_id}
<object width={$width} height={$height}>
<param name="movie" value="{$paYTSeamless_base_url}{$VIDEO_YOUTUBE_ID}&hl=en&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="{$paYTSeamless_base_url}{$VIDEO_YOUTUBE_ID}&hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed>
</object>

Adjust the width and height parameters as appropriate.

I also filter out any vault and download references in the original code with the suitable {if ....} statements.

If you want, PM me your site and logins (ftp and jr), and I'll take a look for you.
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Matthias



Joined: 20 Jan 2007
Posts: 355

Posted: 10/28/10 07:42 
Hi I just purchased the module and got the version titeled "paYTSeamless_V1.0.5_241010.zip" thru the market place. I am running on Nova and had "paYouTubePlus 1.0.2" and " jrYouTube" modules up and running. These are now deactivated.

I have the following problems and need hints on how I could get rid of them.

- Import function is not working. All that happens is that a warning appears and says that "0 YouTube video(s) imported".

- Those videos that got imported thru the admin tool from the "paYouTubePlus 1.0.2" do appear fine in the user Video row. But now when I press on the play button of a regular video the player doesn`t load anymore. Also in the Video detail section the standard Nova Video player isn`t loading anymore. Only a picture from the Video is there.

- In the Video Chart ranking the Youtube Videos do appear but they do not have a picture. And when you click on the play button a popup window comes and tells the user to download a playlist.m3u file instead of the video player starts.

- also in your revision history there is written - 24/10/10 V1.0.5 Page number and size options added to the YouTube search function - what does the size mean? I do see the start page field and results per page. I don`t see a size alike I assume HD, or 600X342 .

So maybe in the package that I received there is still the old version in it could that be the problem ?

Thank you very much,

Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 10/28/10 14:20 

pasher:

If you want, PM me your site and logins (ftp and jr), and I'll take a look for you.
Cheers
Pa


Pa, I would like that. I have a contractor working on some stuff on my site this week. Perhaps next week?
BC

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 10/28/10 14:40 

iLoveHouseMusic:

pasher:

If you want, PM me your site and logins (ftp and jr), and I'll take a look for you.
Cheers
Pa


Pa, I would like that. I have a contractor working on some stuff on my site this week. Perhaps next week?
BC


No probs. I'm away tomorrow for the weekend so glad you don't want it doing asap Laughing
Send me a PM when you're ready.
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 10/28/10 15:09 
No prob.

What's new on the 1.05 10/28 upload?

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 10/28/10 15:38 

iLoveHouseMusic:
No prob.

What's new on the 1.05 10/28 upload?


You beat me to my posting it here Wink

I've re-worked a bit of the YouTube import code so that it functions with one particular customer's server setup. It will (should Wink ) still work on all other customer installations.
Also, the Nova skin chart_video_row.tpl template modification to handle YT videos had been overlooked. This has now been done and is included in the latest download, so any Nova users of this module should get the latest version and upload that template.
Thanks
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 10/31/10 14:01 
Got everything working on PJ2. Just a few minor tid bits to fix since I'm trying to basically remove the stock {$VIDEO_EMBED} system. Thanks so much for this module!

Back to top
iLoveHouseMusic



Joined: 21 Apr 2009
Posts: 1482
Location: San Francisco CA

Posted: 11/02/10 22:19 
I have a good one - how about adding the ability for the /ranking.php?mode=action
to reflect new imports?


Code
Username has imported a new video


or something like that.

Back to top
Matthias



Joined: 20 Jan 2007
Posts: 355

Posted: 11/03/10 01:02 
I have a question about the statistics with YTseamless. Somehow it looks very strange that all the YT videos have extrem high numbers of plays during a short period of time. When I then click to show the detail stats for one video for example then I do not see even one play per day. So I think something is mixed up here and now I am not sure which counting is right. Either the detail statistics with zero playbacks or the general overview where it varys by 100ts.

Also does someone know how to change the the drop down menu of the detailed stats so that I can have a look at the last couple months or at least the last two would be cool.

Thank you very much,
Best Matthias

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 11/03/10 03:46 
HouseMusic - nice idea. I'll do that for the next release. Thanks

Matthias - Yes, that probably is something I need to address. At the moment there is just the paYTSeamless_Add_Stream_Count smarty call in the templates that increments the stream count without checking IP addresses etc. so that probably explains the high YT counts. And it may be that there are other counters that need incrementing as well to make the stats work. I'll check this out.

Thanks
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Announcements

< Previous1234567Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.