Shane C Mason

Results 167 comments of Shane C Mason

In the catalog view you have above, those are stored as hash keys and Python explicitly doesn't try to sort hash keys. This view also shows the content in the...

Interesting - wonder what the difference is, my testing showed it working - can you share the config you are using?

I just merged to main - I also added explicit sorting (vs as read from disk).

Great! Yeah, we could add in a custom sort to handle that, but I continue to fall back on convention to have people name their files in the order they...

Okay - I've worked through the tech approach to handle schedule deletions - open to other ideas: When the schedule adds a show from a sequenced series, it will store...

Correct - where "syndication" would be whatever you want - its used to tie multiple slots to the same sequence. Its the sequence identifier.

Okay - I just merged the changes to handle schedule deletions - so the sequence rewinds itself to the time when the schedule was deleted. I also decoupled it from...

Documentation is here: https://github.com/shane-mason/FieldStation42/wiki/Playing-Series-in-Sequence

1. Would be more difficult if you are looking to have mixed sequences. You could do it as-is on a LOTR folder (that only contains 1, 2 and 3) but...

@KiskarFisk - I created a new ticket to track number 2 from above - #163 - follow it so you can give input as I build it out.