Git Product home page Git Product logo

helm-youtube's Introduction

MIT licensed

#Helm-YouTube

Helm-YouTube is a simple plugin to query YouTube via emacs and play videos in your browser.

IMPORTANT: Remeber to set your 'helm-youtube-key' variable!

Installation

  1. M-x package-install: helm-youtube

  2. Obtain new google API key here

    Screenshot

  3. Enable "Youtube Data API" for that key.

    3a. click "Youtube Data API"

    3b. click "ENABLE" on the next screen.

    screenshot2

  4. IMPORTANT: Set 'helm-youtube-key' variable

    M-x customize-variable ;; search 'helm-youtube-key'
    Helm Youtube Key: replace "NONE" with "API KEY" ;; FROM STEP 2
  5. Set browse-url-generic and add to .emacs

    ;;start helm-youtube.el
    (autoload 'helm-youtube "helm-youtube" nil t)
    (global-set-key (kbd "C-c y") 'helm-youtube) ;; bind hotkey
    
    ;;set default browser for you will use to play videos/default generic
    (setq browse-url-browser-function 'browse-url-generic)
    (setq browse-url-generic-program "google-chrome-open-url")

5b. (alternative) osX - open with default browser for the os.

```el
  (setq browse-url-browser-function 'browse-url-generic
    browse-url-generic-program "open")            
```
  1. Enjoy :)

helm-youtube's People

Contributors

maximus12793 avatar syohex avatar purcell avatar

Stargazers

 avatar Jeel Shah avatar César Guzmán avatar Dustyn avatar latrokles avatar Zahari Yurukov avatar Daniel T. Lee avatar  avatar Alejandro Zamora Fonseca avatar Takuma Matsushita avatar Karolus Samuel Sariola avatar  avatar tsohlacol avatar Brad Collins avatar Alexander I.Grafov avatar Aaron Jacobs avatar  avatar zackn9ne avatar  avatar François Févotte avatar  avatar a13ph avatar Deej avatar Vineet Naik avatar Dany Haddad avatar  avatar

Watchers

 avatar Wall'e avatar  avatar

helm-youtube's Issues

[[Bug]] YouTube Results Showing Up as `nil`

Someone else found this issue, as well, but it doesn't look like they raised an issue here (their "report" can be found at https://www.reddit.com/r/emacs/comments/66riuk/helmyoutube_not_displaying_correct_video_titles/).

Doing a search for any YouTube query results in:
image

Interestingly enough, it does work on my other laptop, which is running Emacs 24 (also, Linux but I'd imagine that wouldn't have much affect, here).

The trouble laptop is running 27.0.50 so maybe that could be the issue (also, – for fullness of info. – it's a Mac.).

Selecting any of the nils just opens the browser to YouTube's main page so it's possible that the IDs are coming through as nil, as well.

If there's any other info. you need or things I should run, just let me know and I'm more than happy to help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.