Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cc-5709: Airtime Analyzer #57

Open
wants to merge 389 commits into
base: 2.5.x
Choose a base branch
from
Open

cc-5709: Airtime Analyzer #57

wants to merge 389 commits into from

Conversation

asantoni
Copy link
Contributor

@asantoni asantoni commented Apr 3, 2014

Putting airtime_analyzer and all the PHP changes up for review. We might only end up merging this code into 2.6.x, but it'll be easier to review it as a diff against 2.5.x for now.

try:
track_number = audio_file["tracknumber"]
if isinstance(track_number, list): # Sometimes tracknumber is a list, ugh
track_number = track_number[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering what else is in this list if anything?

drigato and others added 7 commits April 25, 2014 11:05
Execute raw sql upgrade file at the end in case errors occured during the upgrade before it gets executed
Changed where we insert new application.ini file lines
drigato and others added 30 commits January 26, 2015 09:17
…ort process to throw out bad track number metadata
Added file size and hash to the metadata dict in the analyzer
Removed try/except while getting file size and hash
Renamed metadata md5 value to match cc_files column
…rtime-analyzer

Conflicts:
	airtime_mvc/application/models/airtime/CcFiles.php
	airtime_mvc/application/modules/rest/controllers/MediaController.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants