Beta TV Melodies (play themes alternative) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: Beta TV Melodies (play themes alternative) (/showthread.php?tid=332890) |
RE: TV Melodies (play themes alternative) - nocci - 2019-05-01 Wow... this plugin is great @smitchell6879 I really like it! And I hope your work at your house and moving in will end some day Within the standard-skin it works really good but since I decided to use the Bingie-Skin there seems to be a little bug. Sometimes the themes.mp3 are playing... and well... sometimes not. I did not find any solution... but I can wait. Wish you a great May 1st. RE: TV Melodies (play themes alternative) - cartman.dos - 2019-05-01 (2019-05-01, 12:27)nocci Wrote: Wow... this plugin is great @smitchell6879Blind guessing here that this only happens with some of the widget in home/hubs (not in library view). And that it happens only with skin helper widgets sourced widgets? PS - May 1st should be a memorial day for communism horror, but oh well... RE: TV Melodies (play themes alternative) - nocci - 2019-05-01 (2019-05-01, 17:52)cartman.dos Wrote:(2019-05-01, 12:27)nocci Wrote:Blind guessing here that this only happens with some of the widget in home/hubs (not in library view). Yes... hmm... I know there is a whole thread about, but maybe you have a little hint for me what to do? PS: I did not want to be disrespectful, sorry! RE: TV Melodies (play themes alternative) - cartman.dos - 2019-05-01 (2019-05-01, 18:08)nocci Wrote:It's not disrespectful just had to burp it out(2019-05-01, 17:52)cartman.dos Wrote:(2019-05-01, 12:27)nocci Wrote:Blind guessing here that this only happens with some of the widget in home/hubs (not in library view). I haven't test it but pretty sure it should do the job. go to add-on's folder and replace service.py file with this one here https://ufile.io/k2q94w6e it should be located at .../kodi/addons/script.tvmelodies/ on windows it'll be C:\Users\%username%\AppData\Roaming\Kodi\addons lemme know if that sorts it out... RE: TV Melodies (play themes alternative) - nocci - 2019-05-02 (2019-05-01, 19:58)cartman.dos Wrote:Thank you very much for this quick help. I did not expect that. So... wow... Thanks!(2019-05-01, 18:08)nocci Wrote:[...](2019-05-01, 17:52)cartman.dos Wrote: I have tested it on a Win10 and a Nvidia-Shield and I think that it works better now. But since I am working on some other errors that are still in my logfile I am curious if other users of this plugin are happy too. RE: TV Melodies (play themes alternative) - smitchell6879 - 2019-05-08 @cartman.dos seems you have updated the service.py I am assuming for this? If so you should make a pull request on GitHub I will gladly merge. RE: TV Melodies (play themes alternative) - cartman.dos - 2019-05-12 (2019-05-08, 14:00)smitchell6879 Wrote: @cartman.dos seems you have updated the service.py I am assuming for this? If so you should make a pull request on GitHub I will gladly merge. I'll clear up the technicality for what happens: Skin helper widgets lose tvshows' path prop in the processing so obviously tvmelodies can't find anything for this widgets. Now, I've updated skin helper widgets with some things and one of these is leaving breadcrumb prop for the path using 'ListItem.Property(originalpath)'. So my addition to fix this problem was to fallback to this prop if 'listitem.path' is empty. Reason I didn't PR this is because: (1) the better fix would be patch skin widget helper/service helper to set this properly in 'listitem.path' (2) my updates for skin widget helper is not official so it will not actually help many So what I'm saying is that it is more a skin helper widget/service helper issue than tvmelodies issue. If you still want, i can PR it... RE: TV Melodies (play themes alternative) - smitchell6879 - 2019-05-14 (2019-05-12, 14:16)cartman.dos Wrote: So what I'm saying is that it is more a skin helper widget/service helper issue than tvmelodies issue. If you still want, i can PR it... if it will help others and make it more seamless even if it is temporary i don't mind merging as long as it doesn't break anything else. RE: TV Melodies (play themes alternative) - smitchell6879 - 2019-05-20 (2019-05-14, 02:37)smitchell6879 Wrote:(2019-05-12, 14:16)cartman.dos Wrote: So what I'm saying is that it is more a skin helper widget/service helper issue than tvmelodies issue. If you still want, i can PR it... Pull request has been merged. Thank you @cartman.dos RE: TV Melodies (play themes alternative) - Jumpy73 - 2019-06-16 Hi, just installed the addon but it doesn't work. Any help? Thx Kodi leia with AEONMQ8 multi mod skin on Win 10 PC bug and feature requests - stephen147 - 2019-06-16 BUG: The theme does not play after focused once before with Kodi v18.2:
FEATURE REQUESTS: Ability to have a folder structure like so where a folder exists, Theme and an audio file within: Code: Z:\MOVIES & TV\3. UHD\JURASSIC PARK (1993) 2160P UHD BLU-RAY REMUX HDR-10BIT ATEME DTS X 7.1CH When the theme.mp3 is playing, for example, have the title like so instead: Movie title - theme.mp3 perhaps. RE: TV Melodies (play themes alternative) - nitz.walsh - 2019-07-07 Hi, I can not make tvmelodies functional I configured the directpath in EmbyCon, did some reading tests to make sure that everything is well configured and the medias play correctly. I am on Android TV or Windows 10 and the theme.mp3 files are in the root folder. Here is the log of tvmelodies errors: https://paste.kodi.tv/paholokepa.kodi I also have a lot of warning line, is it all linked? 2019-07-07 11:07:00.298 T:4736 WARNING: CAddonSettings[plugin.video.embycon]: failed to load value "300" for setting random_movie_list_interval 2019-07-07 11:07:00.300 T:4736 WARNING: CSettingsManager: unable to read value of setting "random_movie_list_interval" Thank you in advance for your help. RE: TV Melodies (play themes alternative) - nitz.walsh - 2019-07-09 Hello, finally the warning lines are not related to the non functioning of tvmelodies, it came from a version of embycon which is now corrected. However, I still can not run tvmelodies, the errors entered in "paholokepa.kodi" are still there ... Has anyone managed with embycom, or everyone uses emby for kodi? Thank you! RE: TV Melodies (play themes alternative) - b0g0m0l - 2019-07-17 Hi. Where do you download these tunes? RE: TV Melodies (play themes alternative) - User 436809 - 2019-07-17 Not to be an critic but could you add support for just continue playing, like for example, if I selected Billy Joel within Music once the player ends playing all of the music within Billy Joel it then goes onto something like Keith Urban which is the next down the list. I have been looking for something with this feature but I couldn't find anything that includes this feature. Thanks. |