Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Releases: Pigpog/vlc-discord-rpc

Version 2.3

10 Aug 07:45
Compare
Choose a tag to compare

Album Art

Now you can have vlc-discord-rpc show the album art of what you're listening to! The process to set it up takes some time, but you might find it worthwhile. This has been requested since this project's beginning, with issue #1.

Other Changes

This might be the last release of this repository. Thank you for the years of experience and for always being respectful. I want to move on now.

Version 2.2.12

26 Nov 21:10
Compare
Choose a tag to compare

This release focuses entirely on simplifying the user experience. For a long time now, users have been reporting the same few problems, and I finally got around to (hopefully) making them go away. Here are the things I have changed:

  • The default VLC commands are now located in src/app.js, with an option in config/config.js to override them
  • Windows now has two default paths ('Program Files (x86)' and 'Program Files'), and the program will determine which to use
  • Error messages about VLC in attached mode now display in the same command window, and a delay has been added to give you time to read them

Oh, and I'm trying something new. I have included a new download option, called vlc-discord-rpc-win64-bundle.zip, which bundles the Node.JS binary (version 14.15.1). This allows you to use vlc-discord-rpc without installing Node.JS.

Version 2.2.7

Verison 2.2.4

20 Jun 05:51
Compare
Choose a tag to compare

This is a patch for issue #25. vlc-discord-rpc will no longer ship start.exe.
Keynotes:

  • start.exe removed.

Version 2.2.3

18 Jun 21:03
Compare
Choose a tag to compare

Keynotes

  • Added better support for Youtube videos, including new large icon
  • Fixed bug where presence would stop every sleepInterval

Version 2.2.2

17 Jun 13:33
Compare
Choose a tag to compare

Everyone should upgrade to this version especially if you need help debugging.

Keynotes:

  • Implemented logger

Version 2.2.1

12 Jun 20:06
Compare
Choose a tag to compare

If you always run vlc-discord-rpc detached, hopefully this saves you some hassle.

Keynotes:

  • Added detach option to the configuration file

Version 2.2.0

07 Jun 04:04
4fe432f
Compare
Choose a tag to compare

New UX design allowing users of all platforms to launch the program and VLC with one file.

Keynotes:

Version 2.1.0

25 May 23:47
Compare
Choose a tag to compare

Keynotes:

Version 2

24 May 20:14
Compare
Choose a tag to compare

Keynotes:

New Project Design

.
|-- app.js [Launches vlc-discord-rpc]
|-- helpers
| `-- logger.js [Logs content seperate from production when needed]
|-- rpc
| |-- client.js [Interacts with discord-rpc]
| `-- format.js [Formats the user's presence]
`-- vlc
`-- diff.js [Checks for changes in VLC status]