Media Brazil Forum

Full Version: Projeto: Filmes do Oscar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 pode incluir na custom.

Cheers!
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
(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 .

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

Cheers
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
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