PHP Melody 1.6.2 - New Release
Board index / General Chat / Announcements
51 posts • Page 2 of 4 • 1, 2, 3, 4
Hello thank,
please send my manual player.tpl for update 1.6.2 .
missing in _manual_README.txt
Cordialy
please send my manual player.tpl for update 1.6.2 .
missing in _manual_README.txt
Cordialy
- louis
- Verified Customer
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
Hello,
thanks for update
p.s. - Vbox7.com - very good choice for video source.
p.s. 2 - Do you intend to edit search engine to displays only results to completely match with the keywords?
denny
thanks for update
p.s. - Vbox7.com - very good choice for video source.
p.s. 2 - Do you intend to edit search engine to displays only results to completely match with the keywords?
denny
nvbeats.com dev
-
nvbeats - Non-verified
- Posts: 10
- Joined: Jan 19, 2010 6 pm
- Reputation points: 0
louis wrote:Hello thank,
please send my manual player.tpl for update 1.6.2 .
missing in _manual_README.txt
Cordialy
This file should be included. Be sure you have this package: phpmelody_1.6.2_update.zip.
Email support if you need anything. We'll be glad to deliver any package as an attachment.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
nvbeats wrote:p.s. 2 - Do you intend to edit search engine to displays only results to completely match with the keywords?
denny
Can you please elaborate on this, denny?
I'm not sure If I understand the question.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
Andrew wrote:nvbeats wrote:p.s. 2 - Do you intend to edit search engine to displays only results to completely match with the keywords?
denny
Can you please elaborate on this, denny?
I'm not sure If I understand the question.
I mean, for example, when write "sean paul" search engine show results as "Sean Kingston" and "Jay Sean", not only results for "sean paul".
I checked the code in search.php, I tried with "LIKE" instead of "MATCH" and "AGAINST", but this way query search for all keywords in the "artist" and "video_title".
I hope this time to understand me.
denny
nvbeats.com dev
-
nvbeats - Non-verified
- Posts: 10
- Joined: Jan 19, 2010 6 pm
- Reputation points: 0
Got it! So accuracy is what we're talking about.
Yes, I remember this problem was discussed before but shouldn't appear in 1.6.2.
Hmm..
Try the same thing in our demo: http://www.phpsugar.com/pm_demo/
Seems to be working fine in the demo. It's really a 'score' based list of recommendations, since this way it's better at suggesting other videos. Perhaps in the case of 'sean Paul' you may not see a strict list of videos that start with 'Sean Paul....' but it suggests 'Sean Paul' related videos.
Yes, I remember this problem was discussed before but shouldn't appear in 1.6.2.
Hmm..
Try the same thing in our demo: http://www.phpsugar.com/pm_demo/
Seems to be working fine in the demo. It's really a 'score' based list of recommendations, since this way it's better at suggesting other videos. Perhaps in the case of 'sean Paul' you may not see a strict list of videos that start with 'Sean Paul....' but it suggests 'Sean Paul' related videos.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
I think the query to the database should not be :
but I'm not sure about that
denny
- Code: Select all
SELECT uniq_id, category, artist, video_title, site_views, featured, MATCH(artist, video_title) AGAINST ('sean paul') AS score FROM pm_videos WHERE MATCH(artist, video_title) AGAINST ('sean paul') ORDER BY score DESC LIMIT 0, 12
but I'm not sure about that
denny
nvbeats.com dev
-
nvbeats - Non-verified
- Posts: 10
- Joined: Jan 19, 2010 6 pm
- Reputation points: 0
Hi,
I noticed that when I do a search to import videos Auto-populate 'Artist name' & 'Video Title' works fine but the auto-populating video title is pasted with the titles of the but videos without the search string.
I do an example:
If i look for "rock music" it gives me a lot of results and for example a video called "rock music by eagles" then the auto populated title of the video became "by eagles" missing the searched words, in this case "rock music".
Is there any fix for this?
Thank you
I noticed that when I do a search to import videos Auto-populate 'Artist name' & 'Video Title' works fine but the auto-populating video title is pasted with the titles of the but videos without the search string.
I do an example:
If i look for "rock music" it gives me a lot of results and for example a video called "rock music by eagles" then the auto populated title of the video became "by eagles" missing the searched words, in this case "rock music".
Is there any fix for this?
Thank you
- ramius
- Verified Customer
- Posts: 16
- Joined: Apr 22, 2008 9 am
- Reputation points: 0
it is time for PHPM to have sources that support large video files with 60 minutes upload....
i have been waiting for few months now when i bought PM i was told that PM suupport novamov! but it doesn't!
i want to start launching my website so please what is happening?
if novamov is complicated could you please add zshare or somethin?
Thanks!
i have been waiting for few months now when i bought PM i was told that PM suupport novamov! but it doesn't!
i want to start launching my website so please what is happening?
if novamov is complicated could you please add zshare or somethin?
Thanks!
- Darkwoods
- Verified Customer
- Posts: 68
- Joined: Oct 23, 2009 10 am
- Reputation points: 0
@ramius - you should be more specific in your 'Youtube import' searches. That's how you build a human-made site. Put your thought into it and make it more specific. It will pay off.
@Darkwoods - We really tried to make those work! I don't like having to work and test just to throw it away but that's what happened with Novamov. If you have other sources that might work for you PLEASE, suggest them to us
@Darkwoods - We really tried to make those work! I don't like having to work and test just to throw it away but that's what happened with Novamov. If you have other sources that might work for you PLEASE, suggest them to us
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
hello Andrew suggest
SOURCE WAT.TV
the player: http://www.wat.tv/video/plastiscines-en ... xti3_.html
we can not add these videos to phpmelody.
for the next version you can think please.
SOURCE WAT.TV
the player: http://www.wat.tv/video/plastiscines-en ... xti3_.html
we can not add these videos to phpmelody.
for the next version you can think please.
- louis
- Verified Customer
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
WAT.TV is mainly with French content? Is that correct?
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
yes that's it
the site wat.tv not good make video content for just the French
the site wat.tv not good make video content for just the French
- louis
- Verified Customer
- Posts: 318
- Joined: Jan 10, 2009 4 pm
- Reputation points: 0
Thank you for new update Andrew ! Respect
From recent updates to the second here this site / script becomes better and better with the actual functionality and more easily for use of our users.
From recent updates to the second here this site / script becomes better and better with the actual functionality and more easily for use of our users.
"Stay Focused & Keep Shipping." - Mark Zuckerberg
-
Erax - Verified Customer
- Posts: 81
- Joined: Nov 30, 2009 9 pm
- Reputation points: 0
51 posts • Page 2 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 2 guests