New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 18:17, 29 March 2024Installing audio plugins (hist | edit) ‎[1,118 bytes]Pvdm (talk | contribs) (Created page with "IMPORTANT FOR VST INSTALLATIONS: If you deploy plugins as a subdirectory of your VST2 directory, the subdirectory should contain substring 'lsp-plugins'. Otherwise plugins won't find the VST2 core library. Please notice that '~' means user's home directory. ## For Linux/FreeBSD The usual directories for LADSPA are: * /usr/lib/ladspa * /usr/local/lib/ladspa * /usr/lib64/ladspa * /usr/local/lib64/ladspa * ~/.ladspa The usual directories for LV2 are: * /usr...")
  • 11:30, 26 February 2024Edit PDF metadata (hist | edit) ‎[152 bytes]Pvdm (talk | contribs) (Created page with "View PDF metadata: # exiftool file.pdf View specific metadata: # exiftool -Creator file.pdf Set metadata: # exiftool -Creator="barbapappa' file.pdf")
  • 15:34, 7 February 2024Test harddisk for bad blocks (hist | edit) ‎[69 bytes]Pvdm (talk | contribs) (Created page with " #badblocks -e 10 -s -w /dev/mmcblk0")
  • 17:53, 25 January 2024Use yt-dlp the correct way for music files (hist | edit) ‎[471 bytes]Pvdm (talk | contribs) (Created page with "Use: -f bestaudio for best audio quality -o "%(title)s.%(ext)s" for correct naming of the files --add-metadata for correct IDs. You can use youtube URLS to download complete album in one go: #yt-dlp -f bestaudio -o "%(title)s.%(ext)s" --add-metadata https://www.youtube.com/playlist?list=OLAK5uy_nBJgNLqUL8A64tQMKFNPK3x7KzNOgfbUw")
  • 16:52, 24 January 2024Use METAFLAC to edit Flac Tags (hist | edit) ‎[258 bytes]Pvdm (talk | contribs) (Created page with "Install FLAC package, then metaflac will be present. #root@moode:/mnt/SDCARD# metaflac --set-tag ARTIST="David Axelrod" holythursday.flac #root@moode:/mnt/SDCARD# metaflac --set-tag TITLE="Holy Thursday" holythursday.flac")
  • 15:03, 19 November 2023Recover mybb account (hist | edit) ‎[231 bytes]Pvdm (talk | contribs) (Created page with "goto mysql; ga naar database; execute: UPDATE `mybb_users` SET `salt` = '', `password` = 'YOUR_PASSWORD' WHERE `uid` = '1'; waarbij mybb_users de usertabel is en hopelijk de admin account id 1 heeft (en let op de backticks!!)")