company-org-block VS youtube-cue

Compare company-org-block vs youtube-cue and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
company-org-block youtube-cue
10 3
127 14
- -
0.8 6.4
about 1 year ago 5 months ago
Emacs Lisp JavaScript
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

company-org-block

Posts with mentions or reviews of company-org-block. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Ask HN: What apps have you created for your own use?
    212 projects | news.ycombinator.com | 12 Dec 2023
    - https://xenodium.com/an-ios-journaling-app-powered-by-org-pl... - Lately, I'm having a go at building a privacy-focused plain-text-based iOS journaling app. I starte building it for someone important in my life but now using it myself.

    - https://flathabits.com - After reading Atomic Habits, I wanted a habit tracker but most had more friction than I wanted, required accounts, had distractions, lock-in etc. so I built a privacy-focused app, with little friction and no-lockin (saves to plain text).

    - https://plainorg.com - There are a gazillion markdown apps on the App Store, but hardly any supporting org markup, so I built one.

    - https://xenodium.com/scratch-a-minimal-scratch-area - I wanted a surface where I could just dump text with as few taps as possible.

    - https://github.com/xenodium/macosrec - I wanted to take either screenshots or videos of macOS apps from the command line, so I could integrate anywhere.

    - https://github.com/xenodium/chatgpt-shell - I'm far down the Emacs rabbit hole, so I prefer Emacs-integrated tools. Built a ChatGPT Emacs shell to see what the hype was all about ;) tl;dr it really does help.

    - https://github.com/xenodium/dwim-shell-command - A way to manage and easily apply the gazillion one-liners (and more complex scripts) I've come across. I got close to 100 utils check-in now https://github.com/xenodium/dwim-shell-command#my-toolbox

    - https://github.com/xenodium/ob-swiftui - Play around with SwiftUI layouts from the comfort of my preferd editor.

    - https://github.com/xenodium/company-org-block - Org block completion.

    - https://xenodium.com - I tend to scratch own itches and post my solutions here.

  • Is there a lightweight syntax for writing code blocks in org-mode file?
    3 projects | /r/emacs | 11 Nov 2022
    I wrote something for this https://github.com/xenodium/company-org-block
  • Trigger when a symbol is inserted OR complete my citations when I insert @
    3 projects | /r/emacs | 29 Mar 2022
    I’m no babel expert, but I managed to do it with < in https://github.com/xenodium/company-org-block (gifs w/ demos included in link)
  • Org mode autocomplete custom tag
    2 projects | /r/emacs | 25 Feb 2022
    If you want to get fancier with something like company completion, you can peek at company-org-block source (disclosure, I wrote that).
  • tab completion for structure template issues
    1 project | /r/orgmode | 5 Nov 2021
    Shameless plug to https://github.com/xenodium/company-org-block (I landed here after being a fan of tempo) https://xenodium.com/emacs-org-block-company-completion
  • Emacs org-mode version 9.5, a major release, is out
    17 projects | news.ycombinator.com | 30 Sep 2021
    If you’re a company user, there’s < completion via https://github.com/xenodium/company-org-block

    Disclaimer: I wrote it after muscle memory got used to tempo.

  • company-org-block: When enabled, the character “&lt;�” triggers company completion of org blocks
    1 project | /r/planetemacs | 4 Jul 2021
  • Company org block completion now on melpa
    2 projects | /r/orgmode | 6 Jun 2021
    Yes, but it had a bug (now fixed).
    3 projects | /r/emacs | 6 Jun 2021
    Could you please report an issue? https://github.com/xenodium/company-org-block/issues

youtube-cue

Posts with mentions or reviews of youtube-cue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Ask HN: What apps have you created for your own use?
    212 projects | news.ycombinator.com | 12 Dec 2023
    > CLI: I wanted to download songs from youtube, but they were often stitched as complete albums - so I wrote a youtube-cue generator that generates cuesheets that can then be used to split and tag the yt-dlp downloaded audio file. (https://github.com/captn3m0/youtube-cue)

    Thanks for this! I need to do some testing, this might automate the last manual step of my own script for converting YT mixes into distinct tracks. The problem I faced is that often the timestamps are not in the description, but instead in a comment, sometimes not even the pinned/top voted comment. That is why I paste it in via stdin for now.

    As this fits the thread topic, a short description of this script. I enjoy YT mixes and wanted to listen to them in my car. I can use an USB stick with media files and playlists which are displayed decently by the infotainment system. I wrote a script that takes in a YT URL (or anything supported by yt-dlp), downloads & converts it to mp3, splits the mp3 file based on a list of timestamps, recognizes (tries to anyway) the songs via SongRec [0], tags & names the files correctly and finally generates an M3U playlist in the format recognized by my car. I use song recognition instead of parsing out the names from the timestamped list as the format of Artist - Title is nearly always slightly different. It was easier to use SongRec instead and get everything I need for tagging with >90% hit rate.

    The heavy lifting is done by calling out to yt-dlp, ffmpeg and SongRec. I just glued them together with Python. I like your approach of a do one thing well and might add youtube-cue to the toolset.

    [0] https://github.com/marin-m/SongRec

  • Beets is the media library management system for obsessive music geeks
    14 projects | news.ycombinator.com | 28 Jun 2021
    Beets is amazing and comes with great defaults. I wrote code recently to generate CUE sheets from YouTube mixes[0] and beet imports it nicely and easily.

    [0]: https://github.com/captn3m0/youtube-cue There is a bash snippet in readme to show the Beets integration.

What are some alternatives?

When comparing company-org-block and youtube-cue you can also consider the following projects:

el-easydraw - Embedded drawing tool for Emacs

picard - A cross-platform music tagger powered by the MusicBrainz database. Picard organizes your music collection by updating your tags, renaming your files, and sorting them into a folder structure, exactly the way you want it.

orgro - An Org Mode file viewer for iOS and Android

stag - public domain utf8 curses based audio file tagger

melpa - Recipes and build machinery for the biggest Emacs package repo

full-text-tabs-forever - Full text search all your browsing history

org-krita - Krita sketches in Org

BeetsPluginStructuredCommen

org-super-agenda - Supercharge your Org daily/weekly agenda by grouping items

stag - STag: A Stable Fiducial Marker System

orgmode - Orgmode clone written in Lua for Neovim 0.9+.

BeetsPluginStructuredComments