ORelio / Spotlight-Downloader

Download Windows Spotlight images and apply them to wallpaper or lockscreen.
182 stars 27 forks source link

Locales for add in the program #17

Closed potitpanda closed 3 years ago

potitpanda commented 4 years ago

Hello Here are some new locales i've tested and working based on a microsoft document

de-IT en-AT en-BI en-CH en-CY en-DE en-HK en-ID en-NL en-SE en-SI es-BR es-BZ fo-DR it-VA ku-IQ lv-LT mn-CN ps-PK pt-CH pt-GQ pt-LU sd-IN sd-PK sl-SL sr-CS sw-CD tk-TM tn-BW wo-SN zh-SG

I have a question Is it possible to remove the restriction of a locale called xx-YY please. So i have many locales to test Thanks

potitpanda commented 4 years ago

the locales aren't new but not in your locales list... So i made this add, this contribution

ORelio commented 4 years ago

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

potitpanda commented 4 years ago

I want no restrictions ! to test !

Le dim. 9 août 2020 à 22:33, ORelio notifications@github.com a écrit :

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671097763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CDCRRX73NB3WWLLDR74BZJANCNFSM4PZJPWUQ .

potitpanda commented 4 years ago

you can compile the program with the add of the locales and made a compilation with no restrictions about the locales to test and send me as an intermediate version

Le dim. 9 août 2020 à 23:25, Potit Panda karaokepda@gmail.com a écrit :

I want no restrictions ! to test !

Le dim. 9 août 2020 à 22:33, ORelio notifications@github.com a écrit :

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671097763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CDCRRX73NB3WWLLDR74BZJANCNFSM4PZJPWUQ .

potitpanda commented 4 years ago

i don't know how to compile....

Le dim. 9 août 2020 à 23:30, Potit Panda karaokepda@gmail.com a écrit :

you can compile the program with the add of the locales and made a compilation with no restrictions about the locales to test and send me as an intermediate version

Le dim. 9 août 2020 à 23:25, Potit Panda karaokepda@gmail.com a écrit :

I want no restrictions ! to test !

Le dim. 9 août 2020 à 22:33, ORelio notifications@github.com a écrit :

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671097763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CDCRRX73NB3WWLLDR74BZJANCNFSM4PZJPWUQ .

potitpanda commented 4 years ago

the format can be

xxx-YY as a leter or xx-YY letters (default) or xx-000 so 000 are numbers

Le dim. 9 août 2020 à 23:32, Potit Panda karaokepda@gmail.com a écrit :

i don't know how to compile....

Le dim. 9 août 2020 à 23:30, Potit Panda karaokepda@gmail.com a écrit :

you can compile the program with the add of the locales and made a compilation with no restrictions about the locales to test and send me as an intermediate version

Le dim. 9 août 2020 à 23:25, Potit Panda karaokepda@gmail.com a écrit :

I want no restrictions ! to test !

Le dim. 9 août 2020 à 22:33, ORelio notifications@github.com a écrit :

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671097763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CDCRRX73NB3WWLLDR74BZJANCNFSM4PZJPWUQ .

potitpanda commented 4 years ago

or only

xx and xxx but i think the API send me an error

Le lun. 10 août 2020 à 02:04, Potit Panda karaokepda@gmail.com a écrit :

the format can be

xxx-YY as a leter or xx-YY letters (default) or xx-000 so 000 are numbers

Le dim. 9 août 2020 à 23:32, Potit Panda karaokepda@gmail.com a écrit :

i don't know how to compile....

Le dim. 9 août 2020 à 23:30, Potit Panda karaokepda@gmail.com a écrit :

you can compile the program with the add of the locales and made a compilation with no restrictions about the locales to test and send me as an intermediate version

Le dim. 9 août 2020 à 23:25, Potit Panda karaokepda@gmail.com a écrit :

I want no restrictions ! to test !

Le dim. 9 août 2020 à 22:33, ORelio notifications@github.com a écrit :

Thanks. Added to the list. What format do you need? I can accommodate the restriction it there is some other local format.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671097763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CDCRRX73NB3WWLLDR74BZJANCNFSM4PZJPWUQ .

ORelio commented 4 years ago

Hi, Of course, if you want to experiment, depending on your C# knowledge, it's faster to edit the source code and compile it yourself. You can build the project with Visual Studio or by following these instructions with SpotlightDownloader.csproj. Here is a build with the latest locales you provided and without restriction on the --locale argument: 📁 SpotlightDownloader.zip

potitpanda commented 4 years ago

GOOD SO It WORKS

Le lun. 10 août 2020 à 11:00, ORelio notifications@github.com a écrit :

Hi, Of course, if you want to experiment, depending on your C# knowledge, it's faster to edit the source code and compile it yourself. You can build the project with Visual Studio https://visualstudio.microsoft.com/vs/community/ or by following these instructions https://github.com/ORelio/Minecraft-Console-Client/#building-from-source with SpotlightDownloader.csproj. Here is a build with the latest locales you provided and without restriction on the --locale argument: 📁 SpotlightDownloader.zip https://github.com/ORelio/Spotlight-Downloader/files/5049848/SpotlightDownloader.zip

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671240577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CLG6E6YRTVCQD4ETR76ZLNANCNFSM4PZJPWUQ .

potitpanda commented 4 years ago

Hello I have a question Why did you restrict initially the format of locales ? I think this is a bad idea because.... this is a "technical point"... and the lambda user didn't touch the locales. I have tested some locales based on a list of microsoft LCIDs and many works.

Here is my based document : https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f

Each locale contains 300 images. max. (i have tested all) .... with a few little exceptions Some locales when i send a looped ping didn't send 300 images quickly so it can send 15 0 0 0 0 0 0 3 0 0 0 0 2 1 0 0 0 0 0 ... Its probably the reason of no response of some locales... at the moment

So i have another idea. In the program is it possible to verify and "Show" the presence of each image;... If the image exists show "exists" and not OVERWRITE THE IMAGE. (with use of a cache (???) I think the program verify but didn't say "The image exists." Thanks

Le lun. 10 août 2020 à 11:33, Potit Panda karaokepda@gmail.com a écrit :

GOOD SO It WORKS

Le lun. 10 août 2020 à 11:00, ORelio notifications@github.com a écrit :

Hi, Of course, if you want to experiment, depending on your C# knowledge, it's faster to edit the source code and compile it yourself. You can build the project with Visual Studio https://visualstudio.microsoft.com/vs/community/ or by following these instructions https://github.com/ORelio/Minecraft-Console-Client/#building-from-source with SpotlightDownloader.csproj. Here is a build with the latest locales you provided and without restriction on the --locale argument: 📁 SpotlightDownloader.zip https://github.com/ORelio/Spotlight-Downloader/files/5049848/SpotlightDownloader.zip

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ORelio/Spotlight-Downloader/issues/17#issuecomment-671240577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQD7U26CLG6E6YRTVCQD4ETR76ZLNANCNFSM4PZJPWUQ .