Jump to content

Welcome, Guest!

Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for?
   Sign In    Sign Up

Become a RedCarpet Club Member Today!

   Join Now
  • 0
illflo781

Is cv still working or not?

Question

Is CV still operating?  The trailers scrappers don't seem to work. I only get the same 3 trailers to play from the TMDB scrapper, but that's only from the editor. If I try to run a sequence from a video addon only the trivia portion works.

Can anyone help? Oh, I'm running on Nvidia Shield 

 

Share this post


Link to post
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Hi, 

The trailers dont work for me either, but i'm doing the following as a work around which is actually a lot more stable imo.

I download Apple HD trailers to my CV Trailers directory, using this python script. I set it up to run daily at 00:05 using cron, then once a week I delete them all with an ssh script on cron, then repeat the process. This way i've always got the most current trailers

 

 

https://github.com/aag/apple_trailer_downloader

Edited by miguelmolez

Share this post


Link to post
Share on other sites
  • 0
On 10/22/2022 at 10:08 PM, illflo781 said:

I'm running the latest one. 1.5.0

 

sometimes it gets stuck try taking off ratings and genre off and the newest over watched let it run a few trailers and then switch it back always works for me ( if that doesnt work theres a work around but ill have to look it up )

Edited by MartinsVision

Share this post


Link to post
Share on other sites
  • 0
On 10/23/2022 at 12:17 AM, MartinsVision said:

What i mean is what build of cinema vision you running?

 

ahh sorry, also the latest version.

Edited by miguelmolez

Share this post


Link to post
Share on other sites
  • 0
On 10/24/2022 at 3:47 PM, miguelmolez said:

ahh sorry, also the latest version.

If you tried  taking off ratings and genre off and the newest over watched let it run a few trailers and then switch it back always works for me you can edit some files in the data base ""

 if you take a look at the 404 code, for whatever reason sometimes there's an extra "h" being appended to the "h1080" in the url call. Test above by changing "hh1080" to "h1080" from the 404.

 

 present workaround:  modify  the line of code adding that extra h.

This can be found in line 111 of script.cinemavision/lib/cinemavision/scrapers/itunes/__init__.py

Change

url = re.sub(r'(480p|720p|1080p)', r'h\1', url)

to be 

url = re.sub(r'(480p|720p|1080p)', r'\1', url)

 

 

You can do this by modifying the source zip (for kodi 19 here https://cinemavision.tv/files/file/676-cinemavision-add-on-development-release-for-kodi-19/), re-zipping, and installing your modified zip file with this change.

 

I haven't fully verified other impacts, but this 2 min fix allows 1080 iTunes trailers to be played

 

Credit -snojj for fix

Edited by MartinsVision

Share this post


Link to post
Share on other sites
  • 0
On 10/27/2022 at 1:34 AM, MartinsVision said:

If you tried  taking off ratings and genre off and the newest over watched let it run a few trailers and then switch it back always works for me you can edit some files in the data base ""

 if you take a look at the 404 code, for whatever reason sometimes there's an extra "h" being appended to the "h1080" in the url call. Test above by changing "hh1080" to "h1080" from the 404.

 

 present workaround:  modify  the line of code adding that extra h.

This can be found in line 111 of script.cinemavision/lib/cinemavision/scrapers/itunes/__init__.py

Change


url = re.sub(r'(480p|720p|1080p)', r'h\1', url)

to be 


url = re.sub(r'(480p|720p|1080p)', r'\1', url)

 

 

You can do this by modifying the source zip (for kodi 19 here https://cinemavision.tv/files/file/676-cinemavision-add-on-development-release-for-kodi-19/), re-zipping, and installing your modified zip file with this change.

 

I haven't fully verified other impacts, but this 2 min fix allows 1080 iTunes trailers to be played

 

Credit -snojj for fix

Great! Thanks i'll have a look

Share this post


Link to post
Share on other sites
  • 0

btw. i had the same problem with CV not playing trailers just using local trailers.

But also in this case: deactivating the "match genre" and "match 3D" optoion was the solution.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines and Terms of Use.