nickoptimistic / understudy

Automatically exported from code.google.com/p/understudy
0 stars 0 forks source link

"Add URL from Clipboard" option missing in Youtube Directory #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Understudy->Manage Assets->Add Assets->Youtube

What is the expected output or result?

"Add URL from Clipboard"to be an option within the generated list

What do you see instead?

Options provided only refer to the general youtube feeds and nothing specific 
to my account (djdyNASTEE) such as playlists, favourites etc.

Please provide any additional information below, including any relevant
URLs. If there is a crash report in [HOME]/Library/Logs/CrashReporter then
please attach it.

This option was a part of the 0.83 release but has been lost in the 0.9 update.

0.83 would crash upon accessing one of my playlists after i entered the URL

I have tried to uninstall Understudy and reinstall a few times as per the wiki

I currently use snow leopard 10.6.7

My Youtube password is saved and remembered upon accessing the page but 
Understudy has never "discovered" my account

(Before submitting this issue, please ensure that you will be notified of
updates by adding yourself to the CC field or by staring the issue and
configuring your profile setting.)

Original issue reported on code.google.com by don.harr...@gmail.com on 12 Apr 2011 at 9:26

GoogleCodeExporter commented 8 years ago
That was an unfortunate oversight. Thanks for pointing it out, I'll have a fix 
in the next release.

If you're willing to get your hands dirty, you can modify the Understudy 
preference file directly.
1) Add some other YouTube feed, which you'll modify to get the one you really 
want
2) open Terminal.app
3) at the prompt, enter:

plutil -convert xml1 
~/Library/Preferences/com.apple.frontrow.appliance.understudy.plist

4) open the .plist file in a text editor (it won't be pretty) and find the 
youtube entry. It will have a couple lines like:
            <key>provider</key>
            <string>youtube</string>
5) Find the <key>URL</key> line (within the same pair of <dict></dict> tags) 
and change the value in the <string></string> line after it to the URL you want 
to use.
6) Save the .plist and open Understudy

If you have any problems after modifying the plist, just cut out the entire 
<dict></dict> section around what you modified. There are some limits to what 
characters the URL can contain (for example any '&' in the URL need to be 
replaced with '&').

Original comment by kirk.kel...@rochester.edu on 15 Apr 2011 at 2:32

GoogleCodeExporter commented 8 years ago
Proper support for adding from the clipboard is provided in release 0.10

Original comment by kirk.kel...@rochester.edu on 17 Apr 2011 at 9:08