GithubHelp home page GithubHelp logo

rzumer / foo_scrobble Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gix/foo_scrobble

0.0 0.0 0.0 1.3 MB

foobar2000 component for last.fm scrobbling

License: MIT License

C 0.80% C++ 95.70% Objective-C 0.01% Objective-C++ 0.04% CSS 0.87% HTML 1.65% C# 0.75% PowerShell 0.18% CMake 0.01%

foo_scrobble's Introduction

foo_scrobble

Overview

foo_scrobble is a foobar2000 component for scrobbling to https://www.last.fm/.

  • Uses the Scrobbling 2.0 API. You authorize the component with last.fm instead of entering your login credentials into foobar2000.
  • Supports "Now Playing" notifications.
  • Handles intermittent network outages or reconnects well. No "waiting for handshake" issue.
  • Manages the scrobble cache automatically. There is no need to manually submit the cache.
  • Allows custom tags for scrobbled details.

To get started, open foobar2000's preferences, navigate to Tools > Last.fm Scrobbling and use the top button to authorize your client. The button has a helpful tooltip with detailed instructions.

Prerequisites

You may have to install Visual C++ Redistributable for Visual Studio 2015-2019. Windows 7 also requires Update for Windows 7 (KB2999226) which usually is already installed via Windows Update.

Building

Requires Visual Studio 2019 with:

  • Workloads:
    • Desktop development with C++
    • .NET desktop development
    • .NET Core cross-platform development
  • Components:
    • MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.28)

The .NET workloads are not required for the foo_scrobble library, but are used by the included test server project and the build.proj script assumes those are present.

External dependencies are consumed using the foo_scrobble-deps NuGet package. Before opening the solution or building from the command-line, run the eng\Build-Dependencies.ps1 script to build and install the package to the solution. The foobar2000 SDK is already contained in the repository.

To build a release version run the following from a Visual Studio Developer Command Prompt:

msbuild -m build.proj

This creates the foo_scrobble.fb2k-component and a foo_scrobble-<VERSION>.zip archive (containing both DLL and symbols) in the build\publish directory.

License

Code licensed under the MIT License.

foo_scrobble's People

Contributors

gix avatar rzumer avatar

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.