Kodi Community Forum
Android Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Android Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...) (/showthread.php?tid=117885)



RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-07-17

The new 2.0 is totally merged in current code so I won't release a 1.7.x for Frodo support sorry.

But 2.0 will support Frodo Smile


RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - SleepyP - 2012-07-18

well, any beta release plans for 2.0?


RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-07-18

Currently in alpha phases Smile

But if you have time to make tests and reports on alphas (they are stable just named alpha cause not all functionalities are in) you can drop me an email address in pm.


RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-07-20

First batch of strings to wake up translators Smile

Beta will come fast.

Code:
<string-array name="actionbar_music">
        <item>Albums</item>
        <item>Artists</item>
        <item>Genres</item>
        <item>Songs</item>
    </string-array>
    <string-array name="preferences_musicsong_labels">
        <item>Play</item>
        <item>Queue</item>
    </string-array>

Code:
<string name="str_movies">Movies</string>
    <string name="str_tvshows">Tv Shows</string>
    <string name="str_tvseasons">Tv Seasons</string>
    <string name="str_tvepisodes">Tv Episodes</string>
    <string name="str_music">Music</string>
    <string name="str_pictures">Pictures</string>
    <string name="str_files">Files</string>
    <string name="str_remote">Remote</string>
    <string name="str_nowplaying">Now Playing</string>
    <string name="details_firstaired">First Aired</string>
    <string name="str_menu_play">Play</string>
    <string name="str_menu_trailer">Trailer</string>
    <string name="str_menu_queue">Queue</string>
    <string name="str_menu_refresh">Refresh</string>
    <string name="str_menu_search">Search</string>
    <string name="str_menu_infos">Infos</string>
    <string name="str_menu_sort">Sort</string>
    <string name="str_menu_hidewatched">Hide Watched</string>
    <string name="str_menu_settings">Settings</string>
    <string name="str_menu_nowplaying">Now Playing</string>
    <string name="str_menu_sort_name">Name</string>
    <string name="str_menu_sort_artist">Artist</string>
    <string name="str_menu_sort_year">Year</string>
    <string name="str_menu_sort_tracknumber">Track Number</string>
    <string name="preferences_librarysettings_header">Library Settings</string>
    <string name="preferences_yatse_librarysettings_title">Library settings</string>
    <string name="preferences_yatse_librarysettings_summary"></string>
    <string name="preferences_yatse_musicsong_title">Default Song action</string>
    <string name="preferences_yatse_musicsong_summary">Default action on song press (Play / Queue).</string>
    <string name="preferences_yatse_instantsearch_title">Instant Search</string>
    <string name="preferences_yatse_instantsearch_summary">Filter as you write in search field.</string>
    <string name="str_nomedia">No media.\n\nPlease use the refresh button to synchronize your library or refine your search.</string>
    <string name="str_menu_fetchthumbs">Fetch small thumbnails</string>
    <string name="str_menu_fetchallthumbs">Fetch all thumbnails</string>
    <string name="str_fetching">Fetching thumbnails…</string>



RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Cykle - 2012-07-21

(2012-07-20, 21:31)Tolriq Wrote: First batch of strings to wake up translators Smile

Beta will come fast.

Code:
<string-array name="actionbar_music">
        <item>Albums</item>
        <item>Kunstnere</item>
        <item>Genrer</item>
        <item>Sange</item>
    </string-array>
    <string-array name="preferences_musicsong_labels">
        <item>Afspil</item>
        <item>Tilføj i Kø</item>
    </string-array>

Code:
<string name="str_movies">Film</string>
    <string name="str_tvshows">Tv Serier</string>
    <string name="str_tvseasons">Tv Sæsoner</string>
    <string name="str_tvepisodes">Tv Episoder</string>
    <string name="str_music">Musik</string>
    <string name="str_pictures">Billeder</string>
    <string name="str_files">Filer</string>
    <string name="str_remote">Fjernbetjening</string>
    <string name="str_nowplaying">Spiller Nu</string>
    <string name="details_firstaired">Første Udsendelse</string>
    <string name="str_menu_play">Afspil</string>
    <string name="str_menu_trailer">Trailers</string>
    <string name="str_menu_queue">Kø</string>
    <string name="str_menu_refresh">Opdatere</string>
    <string name="str_menu_search">Søg</string>
    <string name="str_menu_infos">Info</string>
    <string name="str_menu_sort">Sortere</string>
    <string name="str_menu_hidewatched">Skjul Sete</string>
    <string name="str_menu_settings">Indstillinger</string>
    <string name="str_menu_nowplaying">Spiller Nu</string>
    <string name="str_menu_sort_name">Navn</string>
    <string name="str_menu_sort_artist">Kunstner</string>
    <string name="str_menu_sort_year">År</string>
    <string name="str_menu_sort_tracknumber">Track Number</string>
    <string name="preferences_librarysettings_header">Biblioteks Indstillinger</string>
    <string name="preferences_yatse_librarysettings_title">Biblioteks Indstillinger</string>
    <string name="preferences_yatse_librarysettings_summary"></string>
    <string name="preferences_yatse_musicsong_title">Standard Handling Med Sange</string>
    <string name="preferences_yatse_musicsong_summary">Standard Handling Ved Tryk På Sang (Afspil / Sætte i Kø).</string>
    <string name="preferences_yatse_instantsearch_title">Hurtig Søgning</string>
    <string name="preferences_yatse_instantsearch_summary">Filtrer Som Du Skriver.</string>
    <string name="str_nomedia">Intet Medie.\n\nVenligst brug opdater knappen for at synkronisere dit bibliotek og finpudse din søgning.</string>

Danish translation.

2.0.0 seems to work fine on both Desire HD(2.3.5) and One X (4.0.3) Smile
Browsing of Movies,TV and Music is very fast... colletion size is 300+ movies / 20 shows / 900+ albums



/Cykle


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Tolriq - 2012-07-21

3 little strings added end of previous post


RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Cykle - 2012-07-21

Quote: <string name="str_nomedia">No media.\n\nPlease use the refresh button to synchronize your library or refine your search.</string>


No media.\n\nPlease

Is this text rightHuh


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Tolriq - 2012-07-21

Well it should what's the problem ? :p

If you have better English text fell free to propose :p


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Cykle - 2012-07-21

just didnt seem to be right with the ".\n\nPlease"

Last 3 strings translated...........


Happy weekend Smile


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - xbs08 - 2012-07-21

Portuguese (PT-PT) translation

Code:
<string-array name="actionbar_music">
        <item>Albuns</item>
        <item>Artistas</item>
        <item>Géneros</item>
        <item>Faixa</item>
    </string-array>
    <string-array name="preferences_musicsong_labels">
        <item>Reproduzir</item>
        <item>Fila</item>
    </string-array>

Code:
<string name="str_movies">Filmes</string>
    <string name="str_tvshows">Séries TV</string>
    <string name="str_tvseasons">Temporadas TV</string>
    <string name="str_tvepisodes">Episódios TV</string>
    <string name="str_music">Música</string>
    <string name="str_pictures">Fotografias</string>
    <string name="str_files">Ficheiros</string>
    <string name="str_remote">Remoto</string>
    <string name="str_nowplaying">A Reproduzir</string>
    <string name="details_firstaired">Estreia</string>
    <string name="str_menu_play">Reproduzir</string>
    <string name="str_menu_trailer">Trailer</string>
    <string name="str_menu_queue">Fila</string>
    <string name="str_menu_refresh">Atualizar</string>
    <string name="str_menu_search">Procurar</string>
    <string name="str_menu_infos">Infos</string>
    <string name="str_menu_sort">Ordenar</string>
    <string name="str_menu_hidewatched">Esconder Vistos</string>
    <string name="str_menu_settings">Definições</string>
    <string name="str_menu_nowplaying">A Reproduzir</string>
    <string name="str_menu_sort_name">Nome</string>
    <string name="str_menu_sort_artist">Artista</string>
    <string name="str_menu_sort_year">Ano</string>
    <string name="str_menu_sort_tracknumber">Faixa Número</string>
    <string name="preferences_librarysettings_header">Definições da Biblioteca</string>
    <string name="preferences_yatse_librarysettings_title">Definições da Biblioteca</string>
    <string name="preferences_yatse_librarysettings_summary"></string>
    <string name="preferences_yatse_musicsong_title">Ação por Defeito da Faixa</string>
    <string name="preferences_yatse_musicsong_summary">Ação por Defeito ao carregar em Faixa (Reproduzir / Fila).</string>
    <string name="preferences_yatse_instantsearch_title">Procura Instântanea</string>
    <string name="preferences_yatse_instantsearch_summary">Filtrar ao escrever no campo de procura.</string>
    <string name="str_nomedia">Sem media.\n\nPor favor utilize o botão atualizar para sincronizar a biblioteca ou apure a procura.</string>
    <string name="str_menu_fetchthumbs">Obter pequenas miniaturas</string>
    <string name="str_menu_fetchallthumbs">Obter todas as miniaturas</string>
    <string name="str_fetching">A Obter miniaturas…</string>



RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Tolriq - 2012-07-21

Thanks for translations Smile


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Tolriq - 2012-07-22

3 new strings added in previous post.

Should be the end of additions before 2.0 is out Smile


RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Cykle - 2012-07-22

Code:
<string-array name="actionbar_music">
        <item>Albums</item>
        <item>Kunstnere</item>
        <item>Genrer</item>
        <item>Sange</item>
    </string-array>
    <string-array name="preferences_musicsong_labels">
        <item>Afspil</item>
        <item>Tilføj i Kø</item>
    </string-array>

Code:
<string name="str_movies">Film</string>
    <string name="str_tvshows">Tv Serier</string>
    <string name="str_tvseasons">Tv Sæsoner</string>
    <string name="str_tvepisodes">Tv Episoder</string>
    <string name="str_music">Musik</string>
    <string name="str_pictures">Billeder</string>
    <string name="str_files">Filer</string>
    <string name="str_remote">Fjernbetjening</string>
    <string name="str_nowplaying">Spiller Nu</string>
    <string name="details_firstaired">Første Udsendelse</string>
    <string name="str_menu_play">Afspil</string>
    <string name="str_menu_trailer">Trailers</string>
    <string name="str_menu_queue">Kø</string>
    <string name="str_menu_refresh">Opdatere</string>
    <string name="str_menu_search">Søg</string>
    <string name="str_menu_infos">Info</string>
    <string name="str_menu_sort">Sortere</string>
    <string name="str_menu_hidewatched">Skjul Sete</string>
    <string name="str_menu_settings">Indstillinger</string>
    <string name="str_menu_nowplaying">Spiller Nu</string>
    <string name="str_menu_sort_name">Navn</string>
    <string name="str_menu_sort_artist">Kunstner</string>
    <string name="str_menu_sort_year">År</string>
    <string name="str_menu_sort_tracknumber">Track Number</string>
    <string name="preferences_librarysettings_header">Biblioteks Indstillinger</string>
    <string name="preferences_yatse_librarysettings_title">Biblioteks Indstillinger</string>
    <string name="preferences_yatse_librarysettings_summary"></string>
    <string name="preferences_yatse_musicsong_title">Standard Handling Med Sange</string>
    <string name="preferences_yatse_musicsong_summary">Standard Handling Ved Tryk På Sang (Afspil / Sætte i Kø).</string>
    <string name="preferences_yatse_instantsearch_title">Hurtig Søgning</string>
    <string name="preferences_yatse_instantsearch_summary">Filtrer Som Du Skriver.</string>
    <string name="str_nomedia">Intet Medie.\n\nVenligst brug opdater knappen for at synkronisere dit bibliotek og finpudse din søgning.</string>
    <string name="str_menu_fetchthumbs">Hent små miniaturer</string>
    <string name="str_menu_fetchallthumbs">Hent alle miniaturer</string>
    <string name="str_fetching">Henter miniaturer…</string>

And done....... 2.time.......


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - xbs08 - 2012-07-22

PT-PT translation:
1. Fixed "No media..." string in previous post;
2. Added 3 new strings in previous post.

Thanks Tolriq!


RE: Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden/Frodo - Tolriq - 2012-07-23

Beta is going well, release is near

Some screens (resized from GS3):

Image Image Image Image Image Image