Kodi Community Forum
Media Companion 3 beta's - Now with Music Video support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Media Companion 3 beta's - Now with Music Video support (/showthread.php?tid=129134)



RE: Media Companion V3.500 Stable Released - vbat99 - 2013-01-21

I think, most of the coding required from here on is just to clean up Pre-Frodo/Frodo etc.

If you are able to push up your fork, HueyHQ offered to merge the GUI changes, then it can be seen to fix the last know issues your having.

Having the new GUI in the code-base, will allow other Dev's to continue working on other parts of MC, ie: Frodo Movie support. As well as helping out on getting all three options nutted out.

Great job, I'm looking forward to downloading the code and testing it out.

PS, where abouts in the world are you?


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-21

(2013-01-21, 23:43)vbat99 Wrote: I think, most of the coding required from here on is just to clean up Pre-Frodo/Frodo etc.

If you are able to push up your fork, HueyHQ offered to merge the GUI changes, then it can be seen to fix the last know issues your having.

Having the new GUI in the code-base, will allow other Dev's to continue working on other parts of MC, ie: Frodo Movie support. As well as helping out on getting all three options nutted out.

Great job, I'm looking forward to downloading the code and testing it out.

PS, where abouts in the world are you?

above post has my changeset posted but dont use it for main code yet, its not finished and has a whole load of code to be added for the "posters" tab to work for frodo, i am in the united kingdom, you?

this is the bit i mean,
Image

this whole tab will need to be redesigned and a lot of code changes.

do you want me to push it to the main repo?

EDIT again: what is the structure for frodo movies?

also if "use XBMC scrapers" is enabled then it will not be frodo filestructure, will fix it at a later date as currently no need for this any way.

oh wow! i forgot a whole function of code to change, silly me Big Grin

i forgot to update the "bckgrnd_tvshowscraper_DoWork" function :


RE: Media Companion V3.500 Stable Released - vbat99 - 2013-01-22

See you've uploaded your fork. Thanks. Sent Huey a message, hope he's not too busy. Huey and I are in New Zealand.


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:23)vbat99 Wrote: See you've uploaded your fork. Thanks. Sent Huey a message, hope he's not too busy. Huey and I are in New Zealand.

ok cool, do you know each other? in person i mean not on here.


RE: Media Companion V3.500 Stable Released - vbat99 - 2013-01-22

Haven't met apart from in the digital world, we're on different Islands. LOL.



RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:27)vbat99 Wrote: Haven't met apart from in the digital world, we're on different Islands. LOL.

ah, ok cool, was just wondering Smile


RE: Media Companion V3.500 Stable Released - HueyHq - 2013-01-22

Dammit, you beat me to it - I was going to say we all know each other down here! Wink

(2013-01-21, 22:28)fma965 Wrote: ... since i dont currently have a job, being 19years old and just finished college, i have plenty of time free Smile
I'm liking this! I can only wish to be in the same situation!!


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:28)HueyHq Wrote: Dammit, you beat me to it - I was going to say we all know each other down here! Wink

why on the backgroundworker function is the code completely different to the tv_MissingArtDownload function even though alot of the code is the same? surely this could be 1 function?
(2013-01-22, 00:28)HueyHq Wrote:
(2013-01-21, 22:28)fma965 Wrote: ... since i dont currently have a job, being 19years old and just finished college, i have plenty of time free Smile
I'm liking this! I can only wish to be in the same situation!!
hehe yeah its all good except i am looking for work and have all the hassles of jobcenter until i find one Sad




RE: Media Companion V3.500 Stable Released - vbat99 - 2013-01-22

If your anything like us, your sneaking this in during work time....(who's watching this threadHuh Gulp)

only 4 1/2 million people (ish) in NZ, and there's six degrees of separation, so Yeah, I know Huey. LOL


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:33)vbat99 Wrote: If your anything like us, your sneaking this in during work time....(who's watching this threadHuh Gulp)

only 4 1/2 million people (ish) in NZ, and there's six degrees of separation, so Yeah, I know Huey. LOL

wait what im confused Big Grin who you talking to?


RE: Media Companion V3.500 Stable Released - vbat99 - 2013-01-22

HueyHQ on MC and XBMC forum = Jon.

Plus just being paranoid


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:37)vbat99 Wrote: HueyHQ on MC and XBMC forum = Jon.

Plus just being paranoid

Huh what?


RE: Media Companion V3.500 Stable Released - HueyHq - 2013-01-22

(2013-01-22, 00:30)fma965 Wrote: why on the backgroundworker function is the code completely different to the tv_MissingArtDownload function even though alot of the code is the same? surely this could be 1 function?
Yep, I try to amalgamate repeated code whenever I come across it - feel free to fix it up!


RE: Media Companion V3.500 Stable Released - fma965 - 2013-01-22

(2013-01-22, 00:39)HueyHq Wrote:
(2013-01-22, 00:30)fma965 Wrote: why on the backgroundworker function is the code completely different to the tv_MissingArtDownload function even though alot of the code is the same? surely this could be 1 function?
Yep, I try to amalgamate repeated code whenever I come across it - feel free to fix it up!

ok cool, i hate messy code but obviously thats un-avoidable, i would rather get the task of frodo support working first then i may sort it out.


RE: Media Companion V3.500 Stable Released - HueyHq - 2013-01-22

(2013-01-22, 00:38)fma965 Wrote:
(2013-01-22, 00:37)vbat99 Wrote: HueyHQ on MC and XBMC forum = Jon.

Plus just being paranoid

Huh what?
Don't worry, I think we have crossed threads. (Check email)