Hey Guys,
I have been working with Julilus now for five days straight ~ 12 hours/day for what I think is a fairly simple task.
With Julius, we have written numerous python “workflow.py” codes, and it appears that julius “forgets.” It’s as if there is a tiimer, and when that clicks over, anything else that was discussed or code written for, is forgotten. This has happened in the same thread, in the same day. It’s become evermore frustrating. All I want to create is an automatic processs, however with all of the time I have spent on this, I could have completed the task manually by now.
I’ve downloaded the PDF document of the thread. It contains over 390 pages, and currently I am up to my “upteenth” file, of generated “Julius” code.
Problems:
- regularly forgets previous discussions. I have had to search, then copy and paste previous discussions in the same thread.
- code written does not work. Frequently, I have downloaded the provided code written file, and it’s a game of hit and miss, where it regularly misses and I have to go back and ask Julius to review.
- agreed upon logics is forgotten and omitted when new code for the same task is generated.
- loss of faith in the platform.
It’s been a super-frustratiung journey so far, and I am persistent as I do not want to forfeiut the time I have invested.
Here is a link to the transcript of the threaad for your review → https://drive.google.com/file/d/1PGfRMtyLEQu1KC-V562-9kd9DDXt_JQR/view?usp=sharing
I am hoping someone from the Julius team can assist.
Cheers
–>> Purpose:
Review the attached DJ Library Database → main.db
for the missing songs/tracks contained within the playlists.
The playlists are nested within a playlist folder.
The playlist contains a list of songs/tracks.
The songs point to a music file on the hard disk → music_file_listing.txt
If it cannot link to the music file, it is considered broken.
We need to re-establish the link.
Caveats
- The music file file’s path may be broken as the file may have been relocated to another folder. Therefore the file still exists.
- That music file may already exist in the database. For example another playlist may be pointing to that same file. Each track in the database is unique, therefore we may just need to relink back to that same file.
- Search the music_file_listing.txt where all music files are held and match on the missing filename. If it is located then link to that file. Exact Match Search.
- Fuzzy Match Search - search the database using fuzzy match logic. If there is a possible match, then produce a report for review. If no match then search the external hard drive (music_file_listing.txt) and if found, provide a report of potential matches.