Advertisement
Bytee

Untitled

Jan 9th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Wine Eac3to and You.
  2.  
  3. I'm going to assume you have a backend installed(bytesized connect/swizzin/quickbox) and are on a 64 bit system.
  4. I did all of this on Ubuntu 16.04, other OS may vary slightly.
  5. All of this is to be done via command line ssh. Putty/terminal, your choice.
  6. SSH into your server and run the commands listed here.
  7.  
  8. Download eac3to from here: http://madshi.net/eac3to.zip unzip, and place in your /home/ directory. If you decide to change where you place eac3to's folder, your commands below will have to change accordingly.
  9.  
  10. Wine installation:
  11. 1. sudo dpkg --add-architecture i386
  12. 2. sudo add-apt-repository ppa:wine/wine-builds
  13. 3. sudo apt-get update
  14. 4. sudo apt-get install --install-recommends winehq-devel
  15.  
  16. To test, cd /home/$USER/eac3to/ && wine eac3to.exe
  17. A bunch of things should pop up on your screen, skim them and you'll see its decoder tools and such.
  18.  
  19. Now we're going to make an alias so you can run eac3to by simply typing eac3to.
  20.  
  21. Again from home directory: echo "alias eac3to='wine /home/$USER/eac3to/eac3to.exe'" >> ~/.bash_aliases && source ~/.bash_aliases
  22.  
  23. Try to CD into a directory containing a BluRay and run: "eac3to BDMV" to test.
  24.  
  25. Any questions feel free to PM me on discord.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement