News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

"Manage Disks" on MD's

Started by Dale_K, March 11, 2009, 05:48:37 PM

Previous topic - Next topic

Dale_K

My MD's don't have a "Manage Disks" menu option.  This wasn't an issue until I wanted to play a disc in my Core's DVD drive.  How do I get the option to show on my MD's?

Thanks

colinjones

This is a bug. Thom knows about it, and told me it is a query issue as to whether the Orbiter(gen?) knows whether to display a drive for the MD. If the MD has a DVD drive itself then it isn't a problem. This occurs if the MD doesn't have a DVD drive. As a workaround, I manually add a Disk_Drive device to the MD in the web admin, then you have the functionality just fine after a regen and reload. You may end up with it getting confused and displaying even more drives, but you can just ignore that and play remote DVDs anyway. Otherwise, you can use the media map to start playing the DVD on the system with the drive, the 'bounce' that stream over to the MD that doesn't have one.

tschak909

The current database query in UpdateEntArea is to only generate that scenario _IF_ a Disk Drive exists on the same media director. Instead, we should extend this query to read (If there is a Disk Drive _ANYWHERE IN THE HOUSE_).

Any takers? :)

-Thom


colinjones

Quote from: tschak909 on March 11, 2009, 09:19:21 PM
The current database query in UpdateEntArea is to only generate that scenario _IF_ a Disk Drive exists on the same media director. Instead, we should extend this query to read (If there is a Disk Drive _ANYWHERE IN THE HOUSE_).

Any takers? :)

-Thom



Thom - I'll give it a go, _IF_ you remove that split infinitive in your last post :)

Dale_K

Quote from: colinjones on March 11, 2009, 09:21:07 PM
Thom - I'll give it a go, _IF_ you remove that split infinitive in your last post :)

Damn, tough crowd.  Gettin' called on a split infinitive?

Note to self: Proofread the shit out of all future posts.  LOL

jondecker76

I'll take it on, I'll do a trac ticket for it in a little bit. I'm very familiar with the UpdateEntArea code, and I'm quite handy with SQL

colinjones

Quote from: Dale_K on March 12, 2009, 05:10:08 PM
Quote from: colinjones on March 11, 2009, 09:21:07 PM
Thom - I'll give it a go, _IF_ you remove that split infinitive in your last post :)

Damn, tough crowd.  Gettin' called on a split infinitive?

Note to self: Proofread the shit out of all future posts.  LOL

:)

Quote from: jondecker76 on March 12, 2009, 05:33:59 PM
I'll take it on, I'll do a trac ticket for it in a little bit. I'm very familiar with the UpdateEntArea code, and I'm quite handy with SQL

phew - thx Jon, thought he might call me on that! I thought it was a bash script at first, then realised it was C++ and panicked!