The Traders' Den  

  The Traders' Den > Where we go to learn ..... > Technobabble
 

Notices

Technobabble Post your general Need for Help questions here.
Lossy or Lossless?
Moderators

Reply
 
Thread Tools
  #1  
Old 2021-11-14, 07:12 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
An application I have been working on to help with tagging flacs of live shows

Hello All,

I have been working on an application called TagBot for a few weeks and it is getting near being complete (I have wanted to build this for around 20 years and just finally decided to a few weeks ago). The purpose of TagBot is to aid with the tagging of live shows. It does this by way of an SQLite database that I have designed. I currently have a database built for Dave Matthews Band (this includes dmb, dm, d&t, d&f) and intend to build one for the Smashing Pumpkins, beyond that it would be up to other communities to create them.

Basically the app will try to suss out the date of a show based on the directory name and then fill in the search field. If the date cannot be found you can manually enter one. Regardless of how this date is gotten you then click search and get the data for the show on that date. If multiple shows are returned you can select the correct one (this was absent from the video I shared). From there you are presented with the setlist on the left and the flac files on the right. You then drag and drop the titles to the files, if a file is multiple songs in one you can drag over multiple titles and the app will assemble them. If the number of setlist items matches the number of files you can click a button to map the titles over 1:1. It will also autofill the artist and album.

The format for the date, track title, and album are all configurable with a template system. The artist names are able to be transformed from "dmb" to "Dave Matthews Band".

Here is a quick demo video I made the other day, the application's UI is basically set but a number of features were missing from this video, including the saving of tags. I finished up the code to save tags this morning so the app should be completely functional at this point.

https://www.youtube.com/watch?v=VBDBH64MEhw

If this is an incorrect forum to announce this project then I apologize and ask that a mod please move it. I hope others in the community will find this useful. Once it is ready I intend to make the github repo public. TagBot is licensed under gplv3.

-Syco54645
__________________
Admin of splra.org

Last edited by Syco54645; 2021-11-14 at 07:23 PM.
Reply With Quote Reply with Nested Quotes
  #2  
Old 2021-11-14, 07:30 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

I suppose technobabble would have been a better place to post this. Can a mod please move this topic? Thanks
__________________
Admin of splra.org

Last edited by Syco54645; 2021-11-14 at 07:37 PM.
Reply With Quote Reply with Nested Quotes
  #3  
Old 2021-11-16, 04:31 PM
U2Lynne's Avatar
U2Lynne U2Lynne is offline
TTD Staff
474.39 GB/2.01 TB/4.34
 
Join Date: Oct 2004
Location: California
Re: An application I have been working on to help with tagging flacs of live shows

That sounds like a pretty cool app!
__________________
Five's Checksums Demystified - everything and anything you want to know about checksums
On a Mac? Get XLD to rip your CDs. Please see this guide - X Lossless Decoder (XLD): How to create flawless CD rips on Mac OS X


Reply With Quote Reply with Nested Quotes
  #4  
Old 2021-11-17, 05:45 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

Quote:
Originally Posted by U2Lynne View Post
That sounds like a pretty cool app!
Thanks Lynne. I am attempting to make it useful for more than just me. I am hoping to make a Smashing Pumpkins and U2 database before I am completely burned out.
__________________
Admin of splra.org
Reply With Quote Reply with Nested Quotes
  #5  
Old 2021-11-20, 08:19 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

Well the first release of TagBot is up, and already replaced with a second release.

Basic usage can be found here. Be sure to watch the video for the flow of the application and also to download the database located here.

The releases can be found here.

If you have any issues please post them here or to the github issue tracker.
__________________
Admin of splra.org

Last edited by Syco54645; 2021-11-20 at 09:11 PM.
Reply With Quote Reply with Nested Quotes
  #6  
Old 2021-11-25, 08:50 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

A database has been created for the Grateful Dead. https://github.com/Syco54645/TagBot.Database/releases
__________________
Admin of splra.org
Reply With Quote Reply with Nested Quotes
  #7  
Old 2021-12-03, 08:07 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

I created a Phish database a few days ago.

https://github.com/Syco54645/TagBot....expanded=false
__________________
Admin of splra.org
Reply With Quote Reply with Nested Quotes
  #8  
Old 2022-02-21, 01:09 PM
Syco54645's Avatar
Syco54645 Syco54645 is offline
Syco54645 is a tool
125.83 GB/120.63 GB/0.96
 
Join Date: Dec 2004
Re: An application I have been working on to help with tagging flacs of live shows

Hey all. Wanted to provide an update on TagBot.
I started a new feature last night, currently I am calling it Automate: Rapid Mode. Previously the automate button would map tags to files at a 1:1, this worked somewhat but was rather limited as usually the number of tags does not match the number of files. In this new mode the application will highlight a tag and the user double clicks on the file that it correlates to. If a file contains multiple tracks the user can double click the same file multiple times. If a mistake is made you can cancel and start over or just drag and drop the correction at the end. My wife wants me to add an undo button so I will be investigating if this is something I want to do. This feature is still in development but it is coming.

On a side note this application is useless without a database. I have created a DMB, Dead, and Phish database thus far. I still intend to create one for U2 and The Smashing Pumpkins. If anyone can think of any other bands I am open to suggestions here. Of course a user can also create their own database to use. If someone needs help with this I am more than willing to help with that. This process has been a thorn in my side for years and finally having a way to automate it has been a dream of mine.

To be clear TagBot is fully functional in its release state. As always if you find a bug please let me know and I will get it fixed asap or at least provide a work around for it.
__________________
Admin of splra.org
Reply With Quote Reply with Nested Quotes
Reply

The Traders' Den > Where we go to learn ..... > Technobabble

Similar Threads
Thread Forum Replies Last Post
Tagging Shows for Network Players - deadtrader Technobabble 9 2021-11-14 07:23 PM
Foobar2000 tagging help - lowspark211 Technobabble 0 2013-02-07 10:35 AM
Simple DVD Covers Application - ignore the fashion Technobabble 7 2008-02-29 02:16 AM
Trade/B&P for Led Zeppelin Live At Madison Square Garden Working Tapes (EVSD - drumj56 ISO - In Search Of... 1 2007-11-18 01:06 PM


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forums


All times are GMT -5. The time now is 01:42 PM.


Powered by: vBulletin, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - , TheTradersDen.org - All Rights Reserved - Hosted at QuickPacket