Giter Club home page Giter Club logo

openaudible-bookorganizer's Introduction

OpenAudible Book Organizer

Organize your audiobook collection!

This is a simple C# program that helps organize your audiobook collection into a structured directory format based on the OpenAudible book list export.

Getting started

Download the Latest Release here.

Export Book list from OpenAudible

export

Run the console program

Example

The program will now quickly organize a copy of your books in the specified folder.

Directory Structure

J.K. Rowling (Artist)
└── Wizarding World (series)
    └── Book 1
        └── Harry Potter and the Sorcerer's Stone.mp3

Run the service program in docker

It will monitor the export file and automatically start transferring the new files if it is changed (new export)

docker run --rm -d -v <folderwithbooklist>:/app/export -v <books>:/app/source -v <destination>:/app/destination orbitalteapot/openaudiblebookmanagerservice:latest

Run the console program in docker

Enter the /app/* path for all three inputs

docker run --rm -it -v <folderwithbooklist>:/app/export -v <books>:/app/source -v <destination>:/app/destination orbitalteapot/openaudiblebookmanagerconsole:latest

Build your own docker image

1. Clone the repository

git clone https://github.com/orbitalteapot/OpenAudible-FileOrganizer.git
cd OpenAudible-FileOrganizer

2. Build the Docker Images

docker compose build

openaudible-bookorganizer's People

Contributors

orbitalteapot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

openaudible-bookorganizer's Issues

Improve Menu

Menu needs to be structured with options for sorting music, audiobooks, and audiobooks without a openaudible export file

Unexpected error: float division by zero

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

Skipping row due to inconsistent data:

Describe the bug
"Skipping row due to inconsistent data"

To Reproduce
run the exe

Expected behavior
move files to respective folders

Additional context
Using export.json, one file is successfully moved out of 110.

Add QT GUI

Add QT GUI for better management

  • File Selectors
  • Progress bar

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.