• 1
  • 245
  • 246
  • 247(current)
  • 248
  • 249
  • 408
Arctic: Zephyr - Reloaded
(2021-09-12, 19:20)migueldc Wrote:
(2021-09-12, 16:53)migueldc Wrote:
(2021-09-12, 16:39)beatmasterrs Wrote: This is not only the case with the trailer function, but with all media, no matter if audio or video. Maybe there is a setting in Kodi itself, I don't know...
Wouldn't it be easier to implement :
if a widget is focused and BACK button pressed -> execute a STOP command and then execute the BACK command

It does not matter if the trailer is playing or not, because :
- trailer playing : will first stop the trailer and then go back to either the begin of the widget or to the main menu (depending on the settings you just added to the config)
- trailer not playing : the stop won't do anything and you directly go to the begin of the widget or main menu

maybe I oversimplify things ?

Thats not possible, there is no onback action triggered, except goto fullscreen, when player has media...
Reply
Would it be possible to To make tmdb helper button play similar tv shows ?
Reply
(2021-09-13, 09:22)trkselim Wrote: Would it be possible to To make tmdb helper button play similar tv shows ?

What do you mean exactly? Please explain your request in more detail. Screenshots could be helpfull
Reply
[/quote]

What do you mean exactly? Please explain your request in more detail. Screenshots could be helpfull
[/quote]

Includes.xml
((Movie)) override.play

Skin.HasSetting(extended.info.override.play)">RunPlugin(plugin://plugin.video.themoviedb.helper?info=play&tmdb_id=$INFO[Container(90051).ListItem.Property(TMDb_ID)]&type=movie)

((Tv shows)) override.play

Skin.HasSetting(extended.info.override.play)">PlayMedia($INFO[Container(10051).ListItem.Property(file)])

It’s possible to add for tv shows

RunPlugin(plugin://plugin.video.themoviedb.helper/?info=play&tmdb_id=$INFO [Container(10051).ListItem.Property(TMDb_ID)]&season=1&episode=1&type=episode)
Reply
I have a little problem with a widget.

I have 2 folders with movies in my video library. "Movies Kids" for kids and "Movies" for parents.
If i add a widget (Widget 1), Video Library > , Sources > , "Movies kids" folder as widget i see only generated thumb from the movie and not the poster art.

Also problem for "TV Shows Kids" but there is see only for one tv show the poster art and others with a standard white movie symbol.

If i go directly to the library of these folder all tv shows and movies correct scraped with poster art.
RPi3 | RPi4 | LibreElec Kodi
Reply
Second the widgets ignores my advancedsettings.xml ignores! ^^
I still see these two exclamations in the widgets but not in file listings/library!
 
Code:
<regexp>\@eaDir</regexp>
<regexp>\Thumbs.db</regexp>
RPi3 | RPi4 | LibreElec Kodi
Reply
(2021-09-13, 14:22)nojoe Wrote: I have a little problem with a widget.

I have 2 folders with movies in my video library. "Movies Kids" for kids and "Movies" for parents.
If i add a widget (Widget 1), Video Library > , Sources > , "Movies kids" folder as widget i see only generated thumb from the movie and not the poster art.

Also problem for "TV Shows Kids" but there is see only for one tv show the poster art and others with a standard white movie symbol.

If i go directly to the library of these folder all tv shows and movies correct scraped with poster art.

IMHO for your need the best practice is to use your own playlist where you can settings type "movies" or "tvshows" and the path for each "Kid" or "Parent"
With that AZR and widgets works like a charm
Reply
mhh, why playlist? It's not really comfortable to edit playlist if new files arrived or miss understanding you?

Ok not really helpful but on LE9 Kodi Leia it works absolutly fine.
RPi3 | RPi4 | LibreElec Kodi
Reply
Weather fullscreen widget issues with hard to read text/labels has been fixed Smile

PR: https://github.com/beatmasterRS/skin.arc...d/pull/516

ZIP: https://github.com/beatmasterRS/skin.arc...-patch.zip
Reply
(2021-09-13, 15:50)nojoe Wrote: mhh, why playlist? It's not really comfortable to edit playlist if new files arrived or miss understanding you?

Ok not really helpful but on LE9 Kodi Leia it works absolutly fine.

I must say "smart playlists" not "playlist" sorry  Smile

https://kodi.wiki/view/Smart_playlists/GUI_Method
Reply
are these patches always included on git?
RPi3 | RPi4 | LibreElec Kodi
Reply
(2021-09-13, 16:09)nojoe Wrote: are these patches always included on git?

After a time of testing from me and by users and if everything works fine, they will be merged into master Smile
Reply
(2021-09-13, 16:09)Nanomani Wrote:
(2021-09-13, 15:50)nojoe Wrote: mhh, why playlist? It's not really comfortable to edit playlist if new files arrived or miss understanding you?

Ok not really helpful but on LE9 Kodi Leia it works absolutly fine.

I must say "smart playlists" not "playlist" sorry  Smile

https://kodi.wiki/view/Smart_playlists/GUI_Method

Mhh, ok, i will check this if this works for me.
RPi3 | RPi4 | LibreElec Kodi
Reply
@beatmasterrs changelog link is dead in start topic!  Wink
RPi3 | RPi4 | LibreElec Kodi
Reply
(2021-09-13, 16:35)nojoe Wrote:
(2021-09-13, 16:09)Nanomani Wrote:
(2021-09-13, 15:50)nojoe Wrote: mhh, why playlist? It's not really comfortable to edit playlist if new files arrived or miss understanding you?

Ok not really helpful but on LE9 Kodi Leia it works absolutly fine.

I must say "smart playlists" not "playlist" sorry  Smile

https://kodi.wiki/view/Smart_playlists/GUI_Method

Mhh, ok, i will check this if this works for me.

for find your own "smart playlist" from "skin settings" => Home => "Custom Main menu" => "Widget" :

Image

Image

Image
Reply
  • 1
  • 245
  • 246
  • 247(current)
  • 248
  • 249
  • 408

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11