Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Adriano Faria Posted November 12, 2020 Author Posted November 12, 2020 On 9/12/2020 at 2:50 PM, Duken said: Maby for the next version.... When the description is not available in the chosen language (in my case NL) could you fallback to the English description? Otherwise the is no content. ThreadStarter: Movies had this also... 😌 sorry for the questions. 🙂 Done: This movie doesn't has a description in the chosen language, so English is used. Same will happen using the REIMPORT MOVIE/TV SHOW DATA feature. Duken 1
Duken Posted November 12, 2020 Posted November 12, 2020 46 minutes ago, Adriano Faria said: Done: This movie doesn't has a description in the chosen language, so English is used. Same will happen using the REIMPORT MOVIE/TV SHOW DATA feature. You are the best of the best! Damn this is the best IPB application. ... One wish. Could there be a auto refresh / reimport every x days ? 🤭
Adriano Faria Posted November 12, 2020 Author Posted November 12, 2020 13 minutes ago, Duken said: Could there be a auto refresh / reimport every x days ? Version 1.0.3 was already submitted so it can't be considered now. The data on TMDB doesn't change that much. Major part of what is displayed is loaded ajaxed from TMDB, so it takes the current state of the record. The only thing left is title, description, budget, etc. I don't think that will change often. Duken 1
Duken Posted November 13, 2020 Posted November 13, 2020 8 hours ago, Adriano Faria said: Version 1.0.3 was already submitted so it can't be considered now. The data on TMDB doesn't change that much. Major part of what is displayed is loaded ajaxed from TMDB, so it takes the current state of the record. The only thing left is title, description, budget, etc. I don't think that will change often. That's true, it changed sometimes. Like Budget is added later. But its no issue. Maby a option for a far far future. 😉
Davyc Posted November 13, 2020 Posted November 13, 2020 @Adriano Faria Hi, just updated to version 1.03 and I was able to add the TV Show Are you being Served? no problem. However when I went to enter the TV Show V - I got this: I did eventually manage to get it in by telling the system it was called 'Vee' and then changed the title to 'V' once it was entered. Can you check this please? With thanks.
Adriano Faria Posted November 13, 2020 Author Posted November 13, 2020 Go to the setting and change it to 1. Davyc 1
Davyc Posted November 13, 2020 Posted November 13, 2020 Duh, I should get a 'D' for dunce - should have checked that first. Thanks for getting back to me on this, it works fine now 🙂 Adriano Faria 1
Davyc Posted November 19, 2020 Posted November 19, 2020 (edited) @Adriano Faria Hi Adriano, for a future update would it be possible to be able edit the trailers section where we can add trailers and remove offending ones to avoid this: Looks like this in the section and when you click to play ... ... you get this. It just makes the section look unattractive and not much use if the trailer is not available anymore, for whatever reason. I did go to TMDB and edit the section, removed the offending videos and added new videos that do work, but when reimporting data, the old data remains. If you can do something about this it would be fantastic. With thanks 🙂 Edited November 19, 2020 by Davyc
Adriano Faria Posted November 19, 2020 Author Posted November 19, 2020 No, Davyc. As I already told a bunch of times, these tabs are ajaxed loaded. I don't save these info anywhere. You can report any issue directly to TMDB site.
Davyc Posted November 19, 2020 Posted November 19, 2020 1 hour ago, Adriano Faria said: No, Davyc. As I already told a bunch of times, these tabs are ajaxed loaded. I don't save these info anywhere. You need to understand that I am not a programmer, so your terminologies are meaningless to me no matter how many times you tell me. Also, I am not on about what is or is not saved, I am referring to giving the ability to change this data regardless of where it comes from. For example, the trailers - I understand that they are pulled from TMDB, but what I am asking is whether you can add the ability to modify this data from the user end. This would mean that if a trailer is added using a particular YT URL, give the ability to change this to a URL so that it is relevant. If this can't be done then fair enough, but please try to explain your reasoning in layman terms so that a better understanding of what can and can't be done. In respect of the trailers, there must be a field somewhere that holds this information so that the trailers can be displayed; what I am asking is 'can this field be edited'? I've seen this done in other apps, so if it can be done with the movies app that will elevate it's usability greatly. I am not trying to make waves or poke holes, I'm simply asking if you can make modifications for user intervention if the data from TMDB is flawed. As I mentioned, I was able to login to TMDB and make changes, which are viewable on TMDB, but when I reimport the data those changes are not showing, and the old data is still there - that's as much as I can do. Again, with thanks for all that you do and whilst it may not be apparent, you work and efforts are appreciated 🙂 SC36DC 1
Jimi Wikman Posted December 14, 2020 Posted December 14, 2020 @Davyc the tabs that are ajax based are just presenting the information, it does not save it anywhere. What you can do if you want a more permanent setup is that you can create custom fields and then manually place for example a video URL or an image. So the plugin would fetch things are show you the information and then you can choose what you would like to display permanently by manually adding that information. As for your changes on TMDB they can be cached after you change them, and they probably have a review process for it before it is released into the database itself. You would see it as you made the change, but no one else would until the change is approved. @Adriano Faria How annoyed would you be if I ask if additional data could be added? As someone who have worked a fair deal of time on my youth in Movie rentals I know that content rating is often important and I would love vote_average as well, but that is just me 🙂
Jimi Wikman Posted December 14, 2020 Posted December 14, 2020 Stupid question: how do I add a custom field to the view template?
Adriano Faria Posted December 14, 2020 Author Posted December 14, 2020 8 minutes ago, Jimi Wikman said: Stupid question: how do I add a custom field to the view template? Create the custom field. Edit the category and choose it. Create or edit a record (movie or TV Show) and fill the field. It will show up in the view template, below description or in the movie “sidebar”.
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 Yes, but I want to add it in a different position and the custom fields for extra fields in apps use a different syntax than the custom fields in pages, so I wonder how I would code the fields into the template rather than selecting the default. I see you use {{if $field['location'] == 'below'}} to get the fields placed where you want them based on the value in the location field, but since we don't set the name of the field I assume you need to use the id number?
Adriano Faria Posted December 15, 2020 Author Posted December 15, 2020 Sorry, customization isn’t part of support.
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 Am I right to assume that you can not have cast to be the open tab on load because we fetch the data when clicking on the tab? Just now, Adriano Faria said: Sorry, customization isn’t part of support. Any other path to get that information? I assume the way to modify the template is the same for all plugins so maybe just go to the dev forum?
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 Hmmm..are there no release dates for TV shows?
Adriano Faria Posted December 15, 2020 Author Posted December 15, 2020 3 hours ago, Jimi Wikman said: Hmmm..are there no release dates for TV shows? No: https://developers.themoviedb.org/3/tv/get-tv-details
Adriano Faria Posted December 15, 2020 Author Posted December 15, 2020 10 hours ago, Jimi Wikman said: As someone who have worked a fair deal of time on my youth in Movie rentals I know that content rating is often important and I would love vote_average as well, but that is just me If I’m not mistaken, I’m already storing vote_average but not displaying it. I’ll confirm today later. Jimi Wikman 1
Adriano Faria Posted December 15, 2020 Author Posted December 15, 2020 3 minutes ago, Jimi Wikman said: first_air_date? I’ll check later to see if matches the first aired episode date. If it does, it doesn’t seem accurate to me. There are several TV Shows created and for some reason aired later. I can’t remember one now but I can search later. Anyway, I can also change from Released to First Episode Date or something in TV Shows.
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 You are the best 🙂 No rush to this, I have more than enough for an early Christmas already 🙂 Just need to figure out the custom fields part and then I can build the database that I have been wanting to build for years 🙂 Just did some quick tinkering and it's very easy to change the layout 🙂 Adriano Faria 1
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 Tried to add a second extra field and it does not show up in the form. Anyone else had this issue?
Jimi Wikman Posted December 15, 2020 Posted December 15, 2020 Never mind...I have to add it to the category of course 🙂 ** Goes to fetch Coffee ** Adriano Faria 1
Recommended Posts