diff --git a/mpv/mpv_autostart.desktop b/mpv/mpv_autostart.desktop new file mode 100644 index 0000000..c88f78a --- /dev/null +++ b/mpv/mpv_autostart.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Exec=sh -c 'mpv --fs --loop=inf /home/pi/Видео/video27062025.mp4 & mpv --loop=inf --audio-device=alsa/default /home/pi/Видео/audio27062025.mp3' +Comment=Автозапуск видео и аудио на Raspberry Pi +Terminal=false +StartupNotify=false +Icon=mpv +Categories=AudioVideo;Player; +Name=MPV Autostart +Name[en_US]=MPV Autostart diff --git a/mpv/mpv_autostart_with_video_sound.desktop b/mpv/mpv_autostart_with_video_sound.desktop new file mode 100644 index 0000000..85ae211 --- /dev/null +++ b/mpv/mpv_autostart_with_video_sound.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Exec=sh -c 'mpv --hwdec=rpi --fs --loop=inf "/home/pi/Видео/video28042025.mp4"' +Comment=Оптимизированный плеер для Raspberry Pi +Terminal=false +StartupNotify=false +Icon=mpv +Categories=AudioVideo;Player; +Name[en_US]=mpv_autostart.desktop