GithubHelp home page GithubHelp logo

vlc-pub's Introduction

le but

lire une playlist VLC en plein écran sur un pc sans souris/clavier dès le démarrage et pouvoir la modifier

besoin

auto log-in en simple:

  • win + r => netplwiz
  • décocher la checkbox "Users must enter a user name and password to use this computer"
    si elle est pas la => add the checkbox en executant dans powershell en admin:
reg ADD “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device” /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f

réglage

dossier partagé

créer un dossier partagé, lui assigner la lettre G
cloner le repo dans le dossier partagé

autostart

windows+r shell:startup

creer un raccourci avec
Target: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "G:\scripts\script.ps1"

qu'est-ce ça fait

vlc.bat lance la playlist en plein écran sans son et sans le bandeau du nom de fichier.

monitor-playlist.ps1 surveille le dossier où on dépose les vidéos/images et lance create-playlist.ps1 quand il détecte un changement et relance vlc.bat.

create-playlist.ps1 copie le contenu du dossier playlist dans un dossier mirror qui est la source de la playlist vlc, (parce que sinon on pourrait pas supprimer les fichier vu que ils sont en cours d'utilisation par vlc) et recré le fichier playlist de vlc avec les fichier présent dans mirror

vlc-pub's People

Contributors

yfabrik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.