oussamatn / radio-player

Azuracast PWA Radio Player
https://dev.player.jelliti.me
GNU General Public License v3.0
49 stars 12 forks source link

No display Cyrillic and Symbols "(", ")", "!", ... in right menu. #18

Open frsvme opened 7 months ago

frsvme commented 7 months ago

I have trouble with display artist and title in right item menu. If artist or title have Russian Symbols or etc Symbols like as ( ) ! ? & — that's symbols no showed in right menu. Check screenshot.

image Main menu

image Player

image Right Menu

I'm trying change Font on Cyrillic - that not fixed this trouble.

How I can fix that?

oussamatn commented 6 months ago

Hi, Can you send me a preview link ?

frsvme commented 6 months ago

Hi,

Can you send me a preview link ?

Hi. I switched to this fork https://github.com/shogd3838/radio-player (link to fork edited about 15 min) - and this problem is not observed in it. However, many questions remain about the project as a whole. I would really like to implement the possibility of caching an "offline page" so that if the device with this PWA application is not connected to the Internet, when opening the application, a "stub" from the cache is displayed, informing that an Internet connection is expected. One of the problems I've encountered is absolutely everything.js files, when examined in Chrome Dev Tools, have a weight of 0 bytes. I tried to force it to be specified in the service-worker.js paths for the required cache .html file still has a weight of 0 kb. I think this is due to the fact that these files cannot be accessed by a direct path (for example, when specifying an absolute path in the address bar), since the rules from .htaccess are triggered. Perhaps you can help me implement the "offline mode"?)

oussamatn commented 6 months ago

The charset last version is set to utf-8 and this should handle the correct display of other languages. For the offline mode notification, I'll commit this feature soon.

frsvme commented 6 months ago

The charset last version is set to utf-8 and this should handle the correct display of other languages.

For the offline mode notification, I'll commit this feature soon.

How long will the update take?) Sorry for the persistence, I really like your development <3

frsvme commented 6 months ago

@oussamatn By the way, there are also problems when choosing the audio visualization mode, which is on the phone, which is on the computer. image

Even if the music is playing, the audio visualization behavior is exactly the same as in the attached image.

oussamatn commented 6 months ago

The animation problem is due to unsupported Three.js API on iOS devices.

frsvme commented 6 months ago

The animation problem is due to unsupported Three.js API on iOS devices.

I have not worked animations on desktop too. Last versions Chrome or Firefox.

oussamatn commented 6 months ago

On MacOS or Windows/Linux ?

frsvme commented 6 months ago

On MacOS or Windows/Linux ?

MacOS and Windows

oussamatn commented 6 months ago

I don't have the issue with Windows based browser. I only get this on my IPhone. Are you running this last version ? Keep on eye on the new branch "migration", I'll fix this issue in the next merge.