Kodi Community Forum
WIP Developer Area - 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)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: WIP Developer Area (/showthread.php?tid=165013)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: Developer Area - DanCooper - 2014-10-29

Hi devs

What do you think about this?
It's a table layout, auto resize on text length.

I know, "Global Locks" is the wrong title, i do change that to "Global Scraper Settings" or something like that ;-)

Image


RE: Developer Area - Cocotus - 2014-10-30

Looks fine Dan! I noticed you moved the MPAA language dropdownbox outside to certification box - good idea but then may put a label like "Language" to it, to make it more clear Wink


AW: RE: Developer Area - DanCooper - 2014-10-30

(2014-10-30, 02:10)Cocotus Wrote: Looks fine Dan! I noticed you moved the MPAA language dropdownbox outside to certification box - good idea but then may put a label like "Language" to it, to make it more clear Wink
For shure. I will change some things with mpaa and certification.


RE: Developer Area - m.savazzi - 2014-11-02

Nice for me.

The important point is we keep the "lock" functionality as I need it not to change my titles Smile


RE: Developer Area - DanCooper - 2014-11-05

Should I make the same for subtitles?

Image


RE: Developer Area - DanCooper - 2014-11-05

Done with language flags Big Grin

Ember can now display 7 audio and 7 subtitles language flags in main menu.
If audio or subtitles has more than 7 languages, Ember display a "+" icon with all additional languages as tool tip information.

Image

Image


RE: Developer Area - MaxCore - 2014-11-05

nice job dan Wink


RE: Developer Area - m.savazzi - 2014-11-23

Team,
I'm at a very good point with the Async/Await change!
I've discovered we do not need anymore background workers and the UI is MUCH more responsive!

Cancelling an events now works for real!

I have now to propagate the change in all the 27 projects (Ouch!)

If you want to see the code you can browse my repository on GitHub. I've fixed IMDB_DATA and ScrapeMoviepilotDE

The change will simplify a lot the code!


RE: Developer Area - Cocotus - 2014-11-30

(2014-11-23, 15:19)m.savazzi Wrote: Team,
I'm at a very good point with the Async/Await change!
I've discovered we do not need anymore background workers and the UI is MUCH more responsive!

Cancelling an events now works for real!

I have now to propagate the change in all the 27 projects (Ouch!)

If you want to see the code you can browse my repository on GitHub. I've fixed IMDB_DATA and ScrapeMoviepilotDE

The change will simplify a lot the code!

Thanks awesome! Myself will probably start to commit my trakt.tv changes tomorrow - the changes won't break anything since noone of the Devs did any chances on that module. I will disable the Sync trakt.tv list / tag possibilites in UI for now - I will work on this once tag support is avalaible in Ember Smile


RE: Developer Area - m.savazzi - 2014-12-02

Cocotus,
I found some great idea in your Trakt code Smile

The use of restSharp can help us and remove the .cs code for libraries
BUT
you have not used core HTTP client libraries but your own direct code... and this is not very good as does not benefit the changes of await.

Will work on that


RE: Developer Area - m.savazzi - 2014-12-02

I think we have to move to: http://json.codeplex.com/
Smile


RE: Developer Area - Cocotus - 2014-12-03

(2014-12-02, 21:16)m.savazzi Wrote: I think we have to move to: http://json.codeplex.com/
Smile

Fine with me! I noticed that library before and I think it would make all that Json parsing a lot easier - i.e. right now one has to create own classes of JSON structure to properly work with received/scraped json structures. As far as I can see this would even replace Restsharp.dll right?
Feel free to make my trakt.tv code async ready, gogo msavazzi Laugh


RE: Developer Area - DanCooper - 2014-12-03

I'm working on TV renamer, nearly complete for first release :-)
And tomorrow i will add new tables for Tags.


RE: Developer Area - DanCooper - 2014-12-11

New TV Show Renamer and BulkRenamer is commited =)
There are a few small adjustments necessary. But it all works.


RE: Developer Area - Pr.Sinister - 2014-12-12

Big GrinLaughBlushRofl