I just did some playing around after reading some things online and found that I could use the already built-in mpd database on my VB to stream to other (non-dedicated) clients in my network!
Here...
Type: Posts; User: divreg
I just did some playing around after reading some things online and found that I could use the already built-in mpd database on my VB to stream to other (non-dedicated) clients in my network!
Here...
Yes, Transmission allows you to execute scripts when a torrent finishes. It's a good idea to keep you seed directory separate from your library in case you may want to download other types of...
I don't think recommending Boxee Box is a good idea any longer, as Team Boxee discontinued the device in October (2012) and will not be releasing any new updates for the unit.
The new Boxee TV...
I find the idea of official, inexpensive, wireless-capable VB-satellites running on Pogo boards to be a very sexy solution. I would definitely love to add one to my office!
Yes, and the other problem is that the Fedora auto-start files they package with the source don't use the new systemd syntax!
Try this with Sickbeard. Note that I cloned the python source from...
Install FileZilla. Enable the option in FileZilla to show hidden files. Then use FileZilla to copy the files to your local machine.
See...
You do NOT need a desktop to setup sabnzbd. It works perfectly well on headless servers. People even install it on their routers.
The only problem I had was the accessing the Web UI from port...
Assuming the drive is under /dev/sda, what does
parted /dev/sda print
show?
There is something like that around, but it's quicker to do it from the command line, IMO. A fully featured GUI for adjusting Matroska metadata would be neat, though. Nevertheless, most players...
Glad it worked for you Gary.
I suspect the problem wasn't with the tilde "~" (which doesn't need to be a "\~"), but with an all-caps extension .MKV instead of .mkv. I just tried this with a...
Until this gets fixed, I've found that if you open in a second tab http://vortexbox.org/online.php while typing a long response that it forces a constant login. /online.php refreshes quicker than...
You can either do a remux of the mkv to edit the name (mkvmerge), or use a tag editor to change the tag without remuxing (mkvpropedit).
The latter one (mkvpropedit) is the right way to do it. ...
VortexBox automatically rips DVD's and BluRay's to MKV using MakeMKV. You can mirror to mp4 or m2ts at http://vortexbox/ripstatus.php if your TV doesn't support the MKV container.
These files are...
Try this.
yum install git
cd /var
git clone https://github.com/divreg/VortexBox-Mods
This installs git (if you don't already have it) and clones the code from github to /var/VortexBox-Mods.
How did you "copy" the files?
You need vortexbox-player if you are using LMS. Install with yum install vortexbox-player. If you lost other packages you should install those as well.
Not sure why you ffmpeg won't update for...
Was the Windows box just serving the files or was it also being used to view the video files?
Try this:
yum remove libmad0 libmad
yum update
and see if update completes.
I'm going to answer this here, over the other thread where more info was provided because this deals with ffmpeg in particular.
You wrote in that thread:
[vortexbox.localdomain ~]# yum -y...
It's not trivial. Lots of changes to PHP and template files since the VB HTML doesn't have enough tags to do serious styling without a lot of JS. If you're interested and feel like doing some...
VB 2.1 is still based on Fedora 16. You'll run into the same problems with Anaconda.
I've seen motherboard + CPU + RAM combos for <$100 on Newegg before though, so there's that route too.
Plex doesn't support offloading tasks on a server-side GPU at all; all tasks are handled by the CPU. [ link ] [ link ] [ link ]
Hey you've almost got something nice there! My suggestion would be to make the icons a little smaller, add some padding around them, and wrap a container around the array with a bottom margin.
...
Aha. You were still using NAT? That would explain it, then. Best of luck and welcome to the VB forums!
I think you'll need to define a static IP on your VortexBox VM that's within your network pool. Reading up on apache (HTTP server used by VB) inside a VM would be useful as well.
...