https://github.com/kethsar/foo_metaexport
Foobar2000 component that exports metadata to a meta.txt file in the location of your choosing
https://github.com/kethsar/foo_metaexport
foobar2000
Last synced: 25 days ago
JSON representation
Foobar2000 component that exports metadata to a meta.txt file in the location of your choosing
- Host: GitHub
- URL: https://github.com/kethsar/foo_metaexport
- Owner: Kethsar
- License: mit
- Created: 2017-04-15T09:31:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T18:16:12.000Z (about 9 years ago)
- Last Synced: 2025-02-22T12:47:09.632Z (over 1 year ago)
- Topics: foobar2000
- Language: C++
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foo_metaexport
Foobar2000 component that exports metadata to a meta.txt file in the location of your choosing.
Developed and built using Visual Studio 2015 and Foobar SDK 2015-08-3 on Windows 7.
I have never touched C++ before this so expect problems.
## Compiling
1. Download the Foobar2000 SDK.
2. Create a folder inside the foobar2000 folder (Where the ATLHelpers, SDK, etc. folders are) and add these files.
3. Open the solution file. If it does not work, create a new one and add this project along with the foobar2000_SDK, foobar2000_sdk_helpers, foobar2000_component_client, foobar2000_ATL_helpers, and pfc projects.
4. Compile.