5864 comments found.
Scraping from imdb, dont get the writer and if you open an season, will get error: – OK – http://tentacionescort.com/seriale/33-breaking-bad - ERROR – http://tentacionescort.com/seriale/33-Breaking-Bad/seasons/1
ErrorException Argument 2 passed to Lib\Services\Db\Writer::compileBatchInsert() must be of the type array, null given, called in /home/tentacionescort/public_html/app/lib/Titles/SeasonRepository.php on line 122 and defined
Hey,
Please make sure you either use imdb or tmdb as data and search provider as mixing both will cause issues like above.
For some reason the release date is not importing into the database. Everything else is fine but I can’t get the release dates to show. Can you advise me on what might be the issue?
In the database under release date it show NULL
Hey,
Could you send me your site url and ftp details via email, so I can take a look please.
Thank you for looking into it. Cleared the cache and it worked.
I belive Genres must be traslated in the backend, becouse, for example, my website is in Romanian, then if I traslate Genres from dashboard from English to Romanian, then I need to edit ALL titles and change the genres. This is becous tmdb or imdb dont provide the Romanian language.
Do you have an quik solution for this problem?
Hey,
What do you mean by translated in the backend exactly?
Add in /app/lang/en – genres.php – , then need to connect in some way the genres from imdb (for example) with the lang/generes.php
‘imdb-genre15-Sci-Fi’ => ‘Fictiune’,
- or -
‘tmdb-genre20-Science Fiction’ => ‘Fictiune’,
Asign some numbers to the genres from imdb and tmdb, will solve the problem, for example, (on scraping data)
if imdb genre=1 – > language string = genre1
Of corse, need to change fillter and titles, to get the language string from /app/lang/en/genres.php , then will match all…
I dont know if you andestand all (my english is very bad), but i hope, at last, you can get the idea
We’ll see if it’s possible to implement something like that for a future update.
My site is installed at mydomain.com how I can change my domain name to www.mydomain.com . please help me what I need to edit . thanks
Hey,
Both of those links lead to the same server, you don’t need to change anything.
Hey!
I found some buggs
On smaller screens ( Laptop, Mobile ) the menu bar looks strange, i also cant turn the New feed off
And one suggestion making us able todo some kind of custom page for information and so on would be awesome
Other than that i love the script 
Thanks
Hi,
We’ll look into the menu issue.
As for the suggestion, it’s already on the to-do list so should be implemented in one of the updates.
The Filter DONT return results if the genres title is not exact, for example, in the genres we have “Sci-Fi” , but in the TMDB this category is called “Science Fiction”
So this make the traslate from the dashboard imposibol.
I have an TEST page here: http://tentacionescort.com/filme/2808-serenity – have – Science Fiction , and now tray to filter results by “Sci-Fi”
Hey,
It’s difficult with some genres, sci-fi particularly, as they are called differently on some sites and also translated on themoviedb. We are looking for a solution to it though.
When the new season comes out to a TV Show which is already on my website, I update the seasons but episodes don’t show up. Another thing is sitemap doesn’t include all of the pages.
Hey,
Try to clear the cache from dashboard > actions page and then visit the seasons page.
it didn’t work no matter what i did. Seasons are updated but the episodes dont show up
Send me your ftp details and series/season that is not updating url via email please.
How to set to show movies by – Relase date descending – by default ?
Hey,
You would need to modify some code in app/lib/titles/titleRepository.php file.
Hey,
I just bought the script but I can’t find the way to translate it. I check the documentation file but it doesn’t say anything about that. Could you tell me how can I do it?
And the other question, i set up the main language in spanish (the plot of the movies/series is in spanish but not the author biography), how can i do it?. (in Actions – Scrape TMDB Advanced Search – I can’t set up spanish es as language, it deletes for no reason and doesn’t save it)
Hey,
The translation files are located in app/lang/en folder, open the files and simply enter your translations on the right.
As for the other issues, that actors biography is probably no translated in spanish on themoviedb so it defaults to english.
1 – I can have Multi languages enabled in this script? 2 – How I can traslate in ALL files (I mean the exact paths to all language files “for example avansed-search language is located in…”)
For next updates: - Add some modules on the left column or down, for related movies, similar movies, most popular, last aviable to stream,.... - Multi language support (frontend) - For series – 2 butons – next and preview episode – and if the season dont have more episodes, must go to the next season – episode 1 - For series – More integration with the streaming plugin, for example show if an season have episodes on stream.
Hey,
1. If you mean a language switcher or something similar, then no, there is no such functionality at the moment.
2. You can find the language files in app/views/lang folder.
I belive, the correct path is – app/lang/en . But here are just an part of the language, wath i need to traslate are the filter bar (the avansed search) Geners, Search by title, ... this words.
Thanks
You can change the genres you want to appear in dashboard > settings page. Search by title should be in the translation file, dash.php specifically.
Hi,
I am unable to delete any titles from my website, I was wondering if you could support me in fixing that also Is there a way to prevent mtdb from fetching foreign titles?
Also could I suggest a next episode button for the streaming plugin?
Again, Thanks for the previous support you have provided and you have truly been awesome in that perspective.
Kind Regards
Hey,
Send me your site url and ftp details via email so I can take a look please.
Also can you add in settings a box for extra CSS coding, so when we update the script to save those CSS mods?
More SEO settings (meta title and description with variables) for homepage, movie and tv-show page, episode page? For example on homepage there are no need for any variables, but for movie page an example of meta title would be “ movietitle ( year ) reviews, trailer and more”
Hey,
Thanks for the suggestions, I’ll add them to the to-do list.
Can you implement different php code (with if’s) or php files for movie and tv-show page? I want to modify something only for tv-show page for example
Hey,
You can simply check if you’re working with a tv show or not by doing
@if ($title->type === 'series')
<img class="img-responsive" data-bind="attr: { src: poster, alt: title }" />
before src: poster adding an external link
example: from /imdb/posters/imdb_id.jpg as show in data-bind=”attr: { src: poster, alt: title }” to be http:// external link /imdb/posters/imdb_id.jpgThank you.
Hey,
You could do something like this:
<img class="img-responsive" data-bind="attr: { src: 'external-link-here' + poster, alt: title }" />
thanks for the code, but there has been a problem at the ‘poster’ of code shows the internal link, how can I get rid of it. The result now is ‘
http://externall-link/http://internal-link/imdb/ posters/ ...’ I want to be just “external-link/imdb/posters/... without internal-link. meaning that ‘poster’ to be exactly as database imdb/posters/imdb_id.jpg Thanks again.
You’ll need to modify app/models/title.php file so the url isn’t converted to absolute there.
I solved, thanks a lot !
I notice there are Google Ads shown in the video-preview screen when visitors play a trailer. Is there a way to block/hide these ads? And who is the publisher of these ads, because they do not seem to be mine.
Hey,
They are coming from youtube, there is no way to disable them short of ad-block.
Got a question. If I edit the movie details, are they overwritten by any action like, for example, fully scrape?
Thanks
Hey,
You can prevent this by setting ‘auto update title if possible’ to ‘no’ when editing a movie or series.
fab! thanks
Hey, help me with “latest news” when i create topic it not showing, you know login details.
Hey,
We have no way to connect comments to emails so please use the email for any support requests.
Deleted.
Is there an option to add an additional boxes? Like if I wanted to add a text box under the movie details and above the cast section?
I don’t plan on using this only for movies, and I would like to put affiliate links/buttons to purchase the items at multiple locations there. It doesn’t have to be anything fancy, almost like another movie detail box, just customizable.
Hey,
You would need to implement that functionality yourself.
If I purchase, will you be able to tell me what file to add the code in? I essentially just want to add an additional text box, just in that specific location.
If it’s something static you want to put there then we could help, otherwise it would require new database columns etc and would really be out of scope of the support.
Yes, it’s static. I just want a permanent additional box to enter text in. Almost like a 2nd “plot” form
Should be easy to do then as long as the text is the same for all the movies/series.
can you please do it for PHP 5.2.13 because i can’t buy it if it doesn’t compatible with my PHP. Please do it and a lot of people will buy it.
Hey,
Sorry, but PHP 5.2 has been deprecated 4 years ago and has several security vulnerabilities, you should really move away from any hosting that still offers that version.
I can’t because i am payed only one time and i am not paying anymore. I don’t want to go to another hosting to paying every month.