Jump to content

avidsonicfan1991

Cast Members
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral

About avidsonicfan1991

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I had to lay off using CinemaVision for over 6 months because of how bad of a reputation I have gotten on the forums. Anyway, I am posting a new reply because you told me "Let me know how it goes" and yet I didn't until now. I am also doing this because I wanted to watch a movie for the first time ever to celebrate its anniversary, and I wanted to do this the CinemaVision way. At first, it didn't seem to work, but then I found out that I believe this problem is unique to the particular template I'm using. I created a brand new template that is shorter, but similar to the one I'm using, and when I tested it, the trailers DO play! EDIT: I think this trailers not playing thing has to do with the scraper not identifying the right movie and just assumed the trailers didn't need to be played due to I guess lack of genre or rating identified. When I played the template with the queue full of my own video, the trailers didn't play, but with an empty queue, they did! So after that, I turned off all "Match Feature" settings in the trailers part, and the trailers played perfectly, even with the queue full! Also, about what led to my bad reputation and my "dramatic" suicidal thinking... I am high-functioning autistic and I suffer from depression whenever somebody criticizes me and gives me a bad reputation. And whether it's on forums or not, I also have big anger management problems. Despite going to a therapist and being told that deep breathing and other coping skills would get me back to peace, whenever I feel angry about a certain something, I almost refuse to employ them properly. Even friends told me this is a sign of somebody who doesn't want to improve. I just feel like my life is over whenever I was told these things. And one time or another, I almost considered wanting to commit suicide, I was that depressed. I hope this gets you a new view on what my situation was like.
  2. I feel completely shattered and sad about my attitude. It just makes me a bad person, and if you do ban me from the forum, I will seriously consider killing myself...
  3. NOW IT DOESN'T WORK ANYMORE!!!! HELP ME WITH THIS PIECE OF (Sorry I got so angry)!!!?!?!?!?!?! http://pastebin.com/pDZT0sQq
  4. Your conclusion sounds similar, but exactly what I did was exported the whole sequence from my other computer in which the thing worked onto a flash drive, transferred all of my CV content to that flash drive and then when I got it all from my flash drive onto my laptop, I imported the sequence and changed directories' paths to match my new CV folder's directory. And also, I did not update CinemaVision. UPDATE: I just managed to completely uninstall and reinstall Kodi as well as CinemaVision, and after a few alterations in the default sequence and some tweaking in the settings, I can finally get the trailers to play!
  5. I am using an Acer Aspire laptop from 2011 on Windows 10, I am on the latest stable version of Kodi, and I am using the developmental release of CV. By the way, I would have thought I would have to give you the full log, but I don't know how to upload local files to posts, so here is the full log: http://pastebin.com/jPEZHzFX
  6. I know I am not using an Android device, but I don't know if this is its own database or connected to a shared network. Either way, how can I unlock the database?
  7. I think I get this in the debug (It still didn't work): 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): Rating Systems: 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): MPAA: [NR, G, PG, PG-13, R, NC-17] 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): FSK: [18, 16, 12, 6, 0] 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): DEJUS: [18 Anos, 16 Anos, 14 Anos, 12 Anos, 10 Anos, Livre] 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): BBFC: [R18, 18, 15, 12, 12A, PG, U, Uc] 15:33:41 T:8888 NOTICE: [- CinemaVision -] (API): Migrating database from version 0 to 6 15:33:41 T:8888 NOTICE: Previous line repeats 1 times. 15:33:41 T:8888 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (RatingsBumpers: Add style column) - duplicate column name: style 15:33:41 T:8888 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (RatingSystem: Add region column) - duplicate column name: regions 15:33:41 T:8888 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (Trailers: Add is3D column) - duplicate column name: is3D 15:33:41 T:8888 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (Trailers: Add verified column) - duplicate column name: verified 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (RatingsBumpers: Add style column) - duplicate column name: style 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (RatingSystem: Add region column) - duplicate column name: regions 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (Trailers: Add is3D column) - duplicate column name: is3D 15:33:41 T:5112 NOTICE: [- CinemaVision -] (API): MINOR ERROR: Migration (Trailers: Add verified column) - duplicate column name: verified 15:33:42 T:5112 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'peewee.peewee.OperationalError'> Error Contents: database is locked Traceback (most recent call last): File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\addon.py", line 31, in <module> cvutil.loadContent(from_settings=True) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cvutil.py", line 130, in loadContent cinemavision.content.UserContent(contentPath, callback=p.msg, trailer_sources=kodiutil.getSetting('trailer.scrapers', '').split(',')) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\content.py", line 102, in __init__ self.loadContent() File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\content.py", line 201, in loadContent self.loadMusic() File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\content.py", line 211, in loadMusic self.musicHandler(util.pathJoin(self._contentDirectory, 'Music')) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\database.py", line 41, in inner return func(*args, **kwargs) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\content.py", line 421, in __call__ self.addSongs(basePath, file) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\content.py", line 456, in addSongs duration=duration File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 4088, in create inst.save(force_insert=True) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 4235, in save pk_from_cursor = self.insert(**field_dict).execute() File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 2945, in execute cursor = self._execute() File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 2455, in _execute return self.database.execute_sql(sql, params, self.require_commit) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 3160, in execute_sql self.commit() File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 3009, in __exit__ reraise(new_type, new_type(*exc_value.args), traceback) File "C:\Users\Rusty\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\included_packages\peewee\peewee.py", line 3152, in execute_sql cursor.execute(sql, params or ()) OperationalError: database is locked -->End of Python script error report<-- That was not it. My internet was up when it happens. I was trying to test it, but it broke and then I screamed about it on the forum just before my internet went down for the night.
  8. Never mind never mind never mind! When my internet went back up, even when I updated the content, it still didn't work!!! The CV trailers did work, but nothing else did! Is iTunes down forever?!?!? This is coming from my laptop. After a content update, it still worked on my other computer! Maybe it has something to do with specs? I get this on the log file when updating content: 08:12:52 T:4728 NOTICE: [- CinemaVision -] (API): Getting trailers from iTunes 08:12:53 T:4728 NOTICE: [- CinemaVision -] (API): - Received 0 trailers 08:12:53 T:4728 NOTICE: [- CinemaVision -] (API): - No new iTunes trailers added to database 08:12:53 T:4728 NOTICE: [- CinemaVision -] (API): Getting trailers from KodiDB 08:12:53 T:4728 DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view 08:12:53 T:4728 NOTICE: [- CinemaVision -] (API): - Received 0 trailers 08:12:53 T:4728 NOTICE: [- CinemaVision -] (API): - No new KodiDB trailers added to database It actually recognizes Stereoscopynews.com trailers, but I don't even want that!
  9. NEVER MIND NEVER MIND! When I transferred everything to a laptop, NOW IT JUST SKIPS RIGHT OVER THE TRAILERS! HOW DO I DO THIS!!?!!!!? EDIT: Sorry for going berserk. I was trying to test it on my laptop connected to a TV, but it just didn't work until I just had to update content (I think and hope because my internet is down for the night as of this writing). What was I thinking?! I am such a bad person!
  10. I actually want this for a different reason! Movie theaters nowadays display a rating card AFTER the feature. But by default in your program, the rating card still comes before the feature, and there's no way for me to change it other than just turning the rating card off.
  11. Sorry about that. I think I just had to use the developmental release of the addon to fix it.
  12. Sorry about that. I think I just had to use the developmental release of the addon to fix it.
  13. I have just complained that the trailers are not working in this addon, BUT NOW NOTHING SEEMS TO WORK!!! I TRY TO TEST IT AND IT'S ALL JUST BLACK AND NOTHING!!!!!!!! HOW CAN I ACTUALLY USE THIS THING?!!?!?!?!?!?!?!?!?!?
  14. No matter what I do, I just can't seem to play any of the steaming trailers at all! I have reset all the watched statuses, I have selected all trailer scrapers, and I have even set the trailer limits (genres, ratings) as high as possible! Am I doing something wrong?! THIS COULD BE A DEALBREAKER FOR THIS ADDON IF I DON'T GET SOME HELP!!!!!!!!!!
×
×
  • Create New...

Important Information

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