• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 50
[PUBLIC PREVIEW] Aeon MQ 6 - Helix
(2015-08-29, 00:33)Wanilton Wrote: @movie78, It´s not happen in official release, I think you are using mod version, check with mod author how solve.

Maybe this mod:

http://forum.kodi.tv/showthread.php?tid=236236

Got it!!!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
(2015-08-29, 00:33)Wanilton Wrote: @movie78, It´s not happen in official release, I think you are using mod version, check with mod author how solve.

Maybe this mod:

http://forum.kodi.tv/showthread.php?tid=236236

I have visible black line between the Studio Logo and the Logo

Any Help?

Image
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
MyVideoNav.xml...,delete this,(I add .....mistake)

PHP Code:
    <control type="image">
    <
left>45</left>
    <
top>50</top>
    <
width>30</width>
    <
height>90</height>
    <
texture flipx="true" diffuse="details_back.png">shadow.png</texture>
    <
visible>!IsEmpty(ListItem.Studio)</visible>
    </
control
Its clean now Smile

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Hi Angelinas,



Would you mind sharing, how you achieved this view Please

Image



Also, Screenshot from you post above showing back cover, wouldn't mind checking out. Wink

But the first view is what I'm mainly interested in.


Thanks.
(2015-08-29, 11:22)Angelinas Wrote: MyVideoNav.xml...,delete this,(I add .....mistake)

PHP Code:
    <control type="image">
    <
left>45</left>
    <
top>50</top>
    <
width>30</width>
    <
height>90</height>
    <
texture flipx="true" diffuse="details_back.png">shadow.png</texture>
    <
visible>!IsEmpty(ListItem.Studio)</visible>
    </
control
Its clean now Smile

Image

Perfect!!

Thanks!
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
(2015-08-29, 13:01)Trotter81 Wrote: Hi Angelinas,



Would you mind sharing, how you achieved this view Please





Also, Screenshot from you post above showing back cover, wouldn't mind checking out. Wink

But the first view is what I'm mainly interested in.


Thanks.

Change you view to WALL
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Can somebody indicate something to me urgently. On Cirrus as an example, it seperates HD content on the main screen. Is there a way on MQ 6, where it can automatically sift through my SD and HD content, and put the HD stuff into an HD menu if that makes sense?

Is there a way or that option?
Go to settings submenu item - customize main menu, in movies, press left arrow, in the first empty, replace with create video smart playlist in right list;

Image

now go to

Image

Create 2 smartplaylist, one for sd and other for hd. Use resolution in smartplaylist for it, with simple rule < 719 equal SD and >719 for HD.

Image

Image

Came back to customize main menu, hidden movies item, and create 2 new item in main menu in 2 empty fields, HD Movies and SD movies (use replace function), in right list use Choose Video Smartplaylist. Rename Items, and clone submenu movies.

Hidden movies item in main menu

Image

cloning submenu for hd movies

Image

result in

Image

Image

repeat steps for SD Movies

Image

Done.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Cheers Wanilton, will give it a go Smile thank you
Hi Wanilton

Ive done the above, set the rule ie less than 719 for SD and greater than 719 for HD. Created new item but I noticed the same items are in both, after cloning from movies. I still have as an example 480p content along with 720 and 1080p.
Question. How can I add the "TV Live-Guide" to the main menu. I see it listed as an option in the Custom Sub menus but it's not listed the Main Menu custom options.
I just prefer the live tv grid view to the single column.

Thanks
(2015-08-29, 13:58)movie78 Wrote:
(2015-08-29, 13:01)Trotter81 Wrote: Hi Angelinas,



Would you mind sharing, how you achieved this view Please

Image





Also, Screenshot from you post above showing back cover, wouldn't mind checking out. Wink

But the first view is what I'm mainly interested in.


Thanks.

Change you view to WALL

Tried that, But its Nothing Like.
(2015-08-29, 15:03)Isgak_Abrahams Wrote: Hi Wanilton

Ive done the above, set the rule ie less than 719 for SD and greater than 719 for HD. Created new item but I noticed the same items are in both, after cloning from movies. I still have as an example 480p content along with 720 and 1080p.

I think the way the rule works for video resolution, when you set the rule for resolution > 719, it queries the video database streamdetails table for entries with video width > 960. So might want to look at that.

scott s.
.
(2015-08-30, 00:44)Trotter81 Wrote:
(2015-08-29, 13:58)movie78 Wrote:
(2015-08-29, 13:01)Trotter81 Wrote: Hi Angelinas,



Would you mind sharing, how you achieved this view Please

Image





Also, Screenshot from you post above showing back cover, wouldn't mind checking out. Wink

But the first view is what I'm mainly interested in.


Thanks.

Change you view to WALL

Tried that, But its Nothing Like.

Did you set the icons to large in view settings?
(2015-08-30, 13:16)the_bo Wrote:
(2015-08-30, 00:44)Trotter81 Wrote:
(2015-08-29, 13:58)movie78 Wrote: Change you view to WALL

Tried that, But its Nothing Like.

Did you set the icons to large in view settings?


Hi the_bo

No I Didn't Blush All good now Big Grin

Thank you.
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 50

Logout Mark Read Team Forum Stats Members Help
[PUBLIC PREVIEW] Aeon MQ 6 - Helix18