Giter Site home page Giter Site logo

veles's Introduction

Veles

Header2

Veles is a free and open source music player and tag/metadata editor for music files. It is entirely built using the Godot Game Engine and by LyffLyff. Wether you want to use this software to easily edit metadata including covers, lyrics or other tags, or use it to play and organize your digital music collection, Veles has got you covered.

This is and will be free , forever!

Download for free here: https://lyfflyff.itch.io/veles

Installation Guide:

  • Clone this repository: https://github.com/samsface/godot-native-example to your local machine
  • Download the Veles Native Project
  • Replace the CMakeLists.txt and src/Godot.cpp from the godot_native_example with the same files from the Veles Native Project
  • Run the debug.bat file -> should create a work folder with a "Veles.sln" file
  • Now clone the "Veles" project into the "app" directory of the Project so the structure looks like this /app/src/....
  • Now the Godot Project should be able to run
  • To see build and install the changes made to the GDNative part of this application, right click "Build" or "Install" and press "Build"
  • The "Install" should now produce a new library in the app/addons/GDNative/ directory, which is used by the Godo Project

veles's People

Contributors

lyfflyff avatar

Stargazers

Neul avatar Daniel Kuroski avatar Romain Goutiere avatar kllmctrl avatar Joohun, Maeng avatar Steven Berkowitz avatar  avatar Aries Fox avatar  avatar FUJISE Takumi avatar  avatar  avatar Daniel Lewan avatar  avatar  avatar ksolsim avatar Atlinx avatar  avatar  avatar Mason avatar Polluted Mind avatar BosMutus avatar PigeonCoding avatar  avatar Raoul Marais avatar Allstreamer avatar

Watchers

Manson Mamaril avatar ksolsim avatar  avatar

veles's Issues

Source code of the native module?

Hello, I'd like to ask if there's any chance you could publish the source of the native parts of this? The VelesNative repo just seems to be the Godot module example.

Proposed updates

So, I'm not quite sure where to start with this, cause this isn't so much of a bug issue and more of just a general inquiry...

I am a developer that has made and worked on several projects in Godot, and I would like to contribute to this project, but some of the contributions I would like to make involve considerable changes to the codebase.

Some of the more minor ones I would like:

  • Tweaking the folder system, so that it also scans subfolders of a chosen folder, and then subfolders of those and etc., until it finds music files. This would create a lot less manual work for the users, because they can just choose their base folder and be done with it, and Veles will do the rest.
  • Change the ID3 reader to an in-house GDscript script that I made, main benefit being more universal platform support out of the box (my repo for that is here)

Now, some of the more extreme changes:

  • I would like to do a major overhaul of the codebase. I noticed when working with Veles for personal forks (more on that in a bit) that the codebase is very spread out, and I would like to simplify it. Of course, this would be a very major change to get used to, but my hope is that it will be a lot simpler for other programmers to follow, so that it is less difficult for more people to contribute to the project in the future.
  • Update to Godot 4. I have personally been working on this in my own personal (private, unreleased) fork of Veles, because I work in Godot 4, and I think it could bring benefits in the extra GDscript performance, for low end devices. This would be less of an extreme change compared to the above, however I think it would still be "extreme" because it is moving to an entire different version of Godot.

Thanks for reading. Also, if you happen to have Discord, I would prefer to talk there

Cannot build or import properly

Importing and opening the project in Godot 3.5 gives an error right off the bat:
res://src/Classes/Normal/SongLoader.gd:8 - Parse Error: Can't preload resource at path: res://src/Scenes/song/SongSpace.tscn

This can be easily fixed however, by changing the code in SongLoader.gd from:
const songspace_scene : PackedScene = preload("res://src/Scenes/song/SongSpace.tscn")
to:
const songspace_scene : PackedScene = preload("res://src/Scenes/Song/SongSpace.tscn")

This, however only solves one error, I still have around 12 errors all for different files saying:
E 0:00:00.649 _load: Failed loading resource: res://src/Scenes/SubOptions/PlaylistGrid/Creators/NormalPlaylistCreator.tscn. Make sure resources have been imported by opening the project in the editor at least once. <C++ Error> Condition "found" is true. Returned: RES() <C++ Source> core/io/resource_loader.cpp:270 @ _load()

The files do exist on this path but the code refuses to run, any idea why?

I'd be glad if I could get this project up and running as I'd like to try my skills at writing a D-bus implementation in GDnative and this project seems like the place to do it.

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.