Á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

Ideia Projeto: Filmes do Oscar
#1

Boa tarde a todos

Falando com alguns amigos no whatsapp, surgiu a pergunta sobre um addon que listasse somente os filmes ganhadores do óscar, ai lembrei que uma dica aqui no fórum sobre o assunto, mas vi que essa dica tinha que adicionar tags e tudo mais. Ai lembrei que para o TOP 250 do IMDB dava pra gerar uma smart playlist, e foi ai que pensei: "Por que não uma smart playlist do Oscar?"

Pesquisando no fórum oficial vi um exemplo para listar os indicados do Globo de Ouro, e partir dai, fiz uma smart playlist dos ganhadores de Melhor Filme do Oscar desde a primeira edição.

Segue a imagem (tenho só 4 filmes ganhadores do Oscar na coleção):

https://i.imgur.com/Vdddvu2.jpg

Maneiro né?

Agora vem a primeira parte do Projeto: Filmes do Oscar:

A ideia do projeto é criar essas Smart Playlist para que atendam a todos os tipos de usuários do Kodi. eu mesmo utilizo os scrappers em Inglês, e com isso meus títulos e sinopses ficam em inglês. Se alguém que utiliza os scrappers em outra língua, utilizar a minha smart playlist, não vai lista nenhum filme, pois a smartplaylist esta listando os títulos em inglês, Segue no spoiler o exemplo:
 
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?><smartplaylist type="movies">
    <name>Best Pictures Winners</name>
    <match>one</match>
    <rule field="title" operator="is">
        <value>Wings</value>
    </rule>
...
    <rule field="title" operator="is">
        <value>The Shape of Water</value>
    </rule>
    <order direction="ascending">year</order>
</smartplaylist>

Como vocês podem ver, entre as tag <value> e </value> estão os títulos dos filmes (Wings e Tha Shape os Water) que em Português ficariam Asas e A Forma da Água. (Fonte: Wikipédia).

Então, é necessário que os títulos em Inglês sejam traduzidos para o Português, e também para outras línguas, pois temos aqui usuários de varias etnias que utilizam o kodi em diferentes línguas, A Forma da Água em (acho) que russo é Форма воды.

Então convido a todos para se juntar aqui e criar as smart playlists para que todos possam listar em seu media center os filmes ganhadores do Oscar.

Basta seguir o exemplo do código acima trocando a parte que esta em vermelho para a lingua correspondente:

para Português:
Code:
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><smartplaylist type="movies">
    <name>[b]Vencedores de Melhor Filme[/b]</name>
    <match>one</match>
    <rule field="title" operator="is">
        <value>Asas</value>
    </rule>
...
    <rule field="title" operator="is">
        <value>A Forma da Água</value>
    </rule>
    <order direction="ascending">year</order>
</smartplaylist> 

Notem que somente o texto entre as tags <value> e </value> foi mudado, o resto permanece em inglês.

Agora a segunda parte do projeto:

Sabemos que nem só de Melhor Filme vive o Oscar, temos outras modalidades, tais como:
 Principais  Coadjuvantes  Técnicos

Então, podemos criar uma smart playlist para cada uma dessas modalidade. Sei que é bastante coisa, mas entendam que isso é feito somente uma vez, e que a cada Ano será necessário adicionar somente uma entrada a mais, mas devagar, da pra ir montando as listas e todos podem ir testando. Vou deixar aqui a minha Smart Playlist dos melhores filmes com títulos em Inglês, se alguém utiliza em inglês, já pode usar. Se alguém quiser traduzir para qualquer outra língua, faça a tradução e poste o arquivo. Vamos montar uma coleção de listas do Oscar, assim o @Wanilton pode incluir na custom.

Cheers!


Attached Files
.xsp Best Picture Winners.xsp Size: 8,19 KB  Downloads: 3
[-] The following 3 users say Thank You to Joao Girardi for this post:
  • bsoriano, Mau74, Wanilton
Reply
#2

Thank you Joao!

I have always been a fan of the Oscars and through the years I have been able to collect most of the movies that have won any  of the categories that I follow.  I love your project, so I would like to contribute the playlists in English for the following categories:

- Best Director
- Best Actor
- Best Actress
- Best Supporting Actor
- Best Supporting Actress
- Best Score (Music)
- Best Animated 
- Best Visual Effects
- Best Foreign Film
- Best Adapted Screenplay
- Best Original Screenplay

Thank you for providing  the  Best Picture playlist.  

If anybody is interested, I can also provide a playlist of all of the movies in all of the categories, sort of a consolidated list.

I am also working on creating the playlists in Spanish, for the categories I listed above, including Best Picture.  I will post here when I am done.

Again, thanks Joao, and let's all contribute!

Regards,

Bart


Attached Files
.zip OscarPlaylists.zip Size: 21,05 KB  Downloads: 4
[-] The following 1 user says Thank You to bsoriano for this post:
  • Wanilton
Reply
#3

(22/09/2018, 15:40)bsoriano Wrote:  Thank you Joao!

I have always been a fan of the Oscars and through the years I have been able to collect most of the movies that have won any  of the categories that I follow.  I love your project, so I would like to contribute the playlists in English for the following categories:

- Best Director
- Best Actor
- Best Actress
- Best Supporting Actor
- Best Supporting Actress
- Best Score (Music)
- Best Animated 
- Best Visual Effects
- Best Foreign Film
- Best Adapted Screenplay
- Best Original Screenplay

Thank you for providing  the  Best Picture playlist.  

If anybody is interested, I can also provide a playlist of all of the movies in all of the categories, sort of a consolidated list.

I am also working on creating the playlists in Spanish, for the categories I listed above, including Best Picture.  I will post here when I am done.

Again, thanks Joao, and let's all contribute!

Regards,

Bart

Wow!! Thank you so much for ths @bsoriano.

At this moment i am testing the video nodes and your files will hlp me a lot.
Good news will come!

Cheers
Reply
#4

Hello again!

Attahed please find the playlists in Spanish.  This is not just a translation of title names, but the actual Spanish titles for all of the movies.  I have also included the spreadsheet I use to track all of the Oscar winners, from which I create the playlists.  Hopefully this can also be useful.

Regards,

Bart


Attached Files
.zip OscarPlaylistsEspanol.zip Size: 130,29 KB  Downloads: 2
[-] The following 2 users say Thank You to bsoriano for this post:
  • Joao Girardi, Wanilton
Reply
#5

Hello all,

I have updated my playlists (in English right now) to include the following Oscar categories:

- Best Cinematography
- Best Film Editing
- Best Sound Editing
- Best Sound Mixing
- Best Original Song
- Best Costume Design
- Best Makeup and Hair-styling
- Best Production Design

As before, I have also included a playlist with all of the movies for all of the categories, as well as my Excel tracking worksheet.

I will submit the additional Spanish playlists later this week.

Regards,

Bart


Attached Files
.zip OscarPlaylistsEnglish.zip Size: 208,28 KB  Downloads: 5
[-] The following 2 users say Thank You to bsoriano for this post:
  • soujirouseta, Wanilton
Reply




Users browsing this thread: 1 Guest(s)