You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are self-explanatory and easy to understand what each sort does. You can check out [example config.toml](https://github.com/nots1dd/inLimbo/examples/config/config.toml) for how to customize each sort.
221
+
These are self-explanatory and easy to understand what each sort does. You can check out [example config.toml](https://github.com/nots1dd/inLimbo/blob/main/examples/config/config.toml) for how to customize each sort.
222
222
223
223
You can set each field as however you desire and `inLimbo-core` is made in such a way that it supports **runtime change** of the sorting "plan".
224
224
225
225
This isn't to say there won't be more options coming (ex: Artist sorted by `Year Ascending/Descending`, etc.) but those are not a top priority at the moment and with the initial groundwork setup, I make it easy to add new sorting plans to the codebase without too many changes.
226
226
227
-
If you are wondering how to integrate this into the frontend, I will have a blog / doc coming up on it but for now I suggest looking at the `cmdline` frontend code here: [Frontend Interface (cmdline)](https://github.com/nots1dd/inLimbo/src/frontend/cmdline/Interface.cc)
227
+
If you are wondering how to integrate this into the frontend, I will have a blog / doc coming up on it but for now I suggest looking at the `cmdline` frontend code here: [Frontend Interface (cmdline)](https://github.com/nots1dd/inLimbo/blob/main/src/frontend/cmdline/Interface.cc)
228
228
229
229
> [!NOTE]
230
230
>
@@ -321,6 +321,12 @@ The core philosophy of inLimbo can be primarily summarized in:
321
321
But most of all, since my goal with this project is for me to use it myself, I can only guarantee
322
322
my very best effort was given in making this happen.
323
323
324
+
## **CONTRIBUTING**
325
+
326
+
The project is yet to be released as stable software, but contributions are much appreciated!
327
+
328
+
Check out [CONTRIBUTION GUIDE](https://github.com/nots1dd/inLimbo/CONTRIBUTING.md)
329
+
324
330
## **CREDITS**
325
331
326
332
**LOGO**:
@@ -331,7 +337,7 @@ It is a basic stock image found online. I got it from [here](https://unsplash.co
331
337
332
338
1.**TOML PARSER: TOML++**:
333
339
334
-
To parse the [config.toml](https://github.com/nots1dd/inlimbo/blob/main/src/parser/examples/config.toml) is thanks to [TOML++](https://github.com/marzer/tomlplusplus)
340
+
To parse the [config.toml](https://github.com/nots1dd/inlimbo/blob/main/examples/config/config.toml) is thanks to [TOML++](https://github.com/marzer/tomlplusplus)
0 commit comments