Áreas do Fórum estão disponíveis apenas para membros com registro, cadastre-se ou logue para ter acesso. Forum areas are only available to registered members, register, or log in to gain access.
We move our host, if you have issues registering or logging in to our forum, please report the issue to admin@mediabrasil.tv, thanks. It,s possible to register using a social network (Google, Amazon, Github, or Spotify.) Only need to choose Login with (network name).
Contribua e torne-se membro VIP Plus do Fórum MediaBrasil.tv. International members, donate one single time (U$ 20.00) or subscribe and receive access to unique content, including Aeon MQ 9 (Kodi Omega 21.0, Nexus 20.0, and Matrix 19.5 read our FAQ for more info about how to support us. Help us keep the forum operational.

Doe via pagseguro ou mercado pago (Brazil only) - Doe via Bancos Brasileiros - International Donation - FAQ About Donation

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Como Excluir A Node Menu Da Biblioteca De Filmes?
#1
Botão Ajuda 

Fiz um menu para shows usando custom node na skin Ace, ficou massa. O porém é que não estou conseguindo excluir os shows da biblioteca de filmes.

Me baseando pela Wiki oficial http://wiki.xbmc.org/index.php?title=Custom_video_nodes eu criei o xml custom:

shows.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="10" type="filter">
<label>Shows</label>
<path>videodb://1/3</path>
<content>movies</content>
<match>all</match>
<icon>DefaultArtist.png</icon>
<limit>20</limit>
<rule field="path" operator="contains">I:\Shows\</rule>
</node>

Então editei o titles.xml para excluir o caminho:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="folder">
  <label>369</label>
  <path>videodb://1/2</path>
  <icon>DefaultMovieTitle.png</icon>
  <rule field="path" operator="doesnotcontain">I:\Shows\</rule>
</node>

Outra tentativa de editar o titles.xml:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="2" type="filter">
<label>Movies</label>
<path>videodb://1/2</path>
<content>movies</content>
<icon>DefaultMovieTitle.png</icon>
<match>all</match>
<rule field="path" operator="doesnotcontain">I:\Shows\</rule>
</node>

Aqui a minha pasta library compactada para analize: link.

Se precisar de screenshots é só pedir.

Valeu!

[dl=Minha Coleção]http://dl.dropboxusercontent.com/u/75663548/library.zip[/dl]
Reply


Messages In This Thread
Como Excluir A Node Menu Da Biblioteca De Filmes? - by tbs - 01/09/2013, 02:33
Re: Como Excluir A Node Menu Da Biblioteca De Filmes? - by Wanilton - 01/09/2013, 09:52
Re: Como Excluir A Node Menu Da Biblioteca De Filmes? - by tbs - 02/09/2013, 06:33
Re: Como Excluir A Node Menu Da Biblioteca De Filmes? - by Wanilton - 02/09/2013, 10:55
Re: Como Excluir A Node Menu Da Biblioteca De Filmes? - by tbs - 04/09/2013, 14:05



Users browsing this thread: 1 Guest(s)